#BB5CF2

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

Shades of Medium Orchid #BB5CF2

Tints of Medium Orchid #BB5CF2

Color information

#BB5CF2 (or 0xBB5CF2) is unknown color: approx Medium Orchid. HEX triplet: BB, 5C and F2. RGB value is (187,92,242). Sum of RGB (Red+Green+Blue) = 187+92+242=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB5CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5CF2 is #44A30D. Grayscale: #898989. Windows color (decimal): -4498190 or 15883451. OLE color: 15883451.

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

Color convert

RGB18792242-
CMYK0.230.6200.05
HSL278º85.23%65.49%-
HSV(B)278º61.98%94.9%-
XYZ40.3524.6386.63-
YUV137.5186.97163.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 92 (36.33% from 255) = 17.66%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=35.89%
G=17.66%
B=46.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187922420.230.6200.0527885.2365.49
HexBB5CF2173E051165541
Octal273134362277605426125101
Binary1011101110111001111001010111111110010110001011010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5CF2; }

 p { color: rgb(187,92,242); }

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

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

 a { background-color: rgb(187,92,242); }

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

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

 span { border-color: rgb(187,92,242); }

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