#BB5FF3

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

Shades of Medium Orchid #BB5FF3

Tints of Medium Orchid #BB5FF3

Color information

#BB5FF3 (or 0xBB5FF3) is unknown color: approx Medium Orchid. HEX triplet: BB, 5F and F3. RGB value is (187,95,243). Sum of RGB (Red+Green+Blue) = 187+95+243=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB5FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5FF3 is #44A00C. Grayscale: #8A8A8A. Windows color (decimal): -4497421 or 15949755. OLE color: 15949755.

HSL color Cylindrical-coordinate representation of color #BB5FF3: hue angle of 277.3º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB5FF3 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18795243-
CMYK0.230.6100.05
HSL277.3º86.05%66.27%-
HSV(B)277.3º60.91%95.29%-
XYZ40.7625.2287.51-
YUV139.38186.48161.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 95 (37.5% from 255) = 18.10%
BLUE value IS 243 (95.31% from 255) = 46.29%
R=35.62%
G=18.10%
B=46.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187952430.230.6100.05277.386.0566.27
HexBB5FF3173D051155642
Octal273137363277505425126102
Binary1011101110111111111001110111111101010110001010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FF3; }

 p { color: rgb(187,95,243); }

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

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

 a { background-color: rgb(187,95,243); }

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

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

 span { border-color: rgb(187,95,243); }

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