#BB44F7

Color #BB44F7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB44F7

Tints of Medium Orchid #BB44F7

Color information

#BB44F7 (or 0xBB44F7) is unknown color: approx Medium Orchid. HEX triplet: BB, 44 and F7. RGB value is (187,68,247). Sum of RGB (Red+Green+Blue) = 187+68+247=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB44F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44F7 is #44BB08. Grayscale: #7B7B7B. Windows color (decimal): -4504329 or 16204987. OLE color: 16204987.

HSL color Cylindrical-coordinate representation of color #BB44F7: hue angle of 279.89º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB44F7 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18768247-
CMYK0.240.7200.03
HSL279.89º91.79%61.76%-
HSV(B)279.89º72.47%96.86%-
XYZ39.3521.4190.06-
YUV123.99197.42172.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 68 (26.95% from 255) = 13.55%
BLUE value IS 247 (96.88% from 255) = 49.20%
R=37.25%
G=13.55%
B=49.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal187682470.240.7200.03279.8991.7961.76
HexBB44F71848031185c3e
Octal273104367301100343013476
Binary101110111000100111101111100010010000111000110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB44F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB44F7; }

 p { color: rgb(187,68,247); }

 H1.HeaderClassName
 {
   color: #BB44F7;
 }
 .AnyTagClassName
 {
   color: #BB44F7;
 }
</style>
background-color css

<style>
 a { background-color: #BB44F7; }

 a { background-color: rgb(187,68,247); }

 div.DivClassName
 {
   background-color: #BB44F7;
 }
 .BgClassName
 {
   background-color: #BB44F7;
 }
</style>
border-color css

<style>
 span { border-color: #BB44F7; }

 span { border-color: rgb(187,68,247); }

 td.TdClassName
 {
   border-color: #BB44F7;
 }
 .TagClassName
 {
   border-color: #BB44F7;
 }
</style>