#BB61EA

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

Shades of Medium Orchid #BB61EA

Tints of Medium Orchid #BB61EA

Color information

#BB61EA (or 0xBB61EA) is unknown color: approx Medium Orchid. HEX triplet: BB, 61 and EA. RGB value is (187,97,234). Sum of RGB (Red+Green+Blue) = 187+97+234=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB61EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61EA is #449E15. Grayscale: #8B8B8B. Windows color (decimal): -4496918 or 15360443. OLE color: 15360443.

HSL color Cylindrical-coordinate representation of color #BB61EA: hue angle of 279.42º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB61EA is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18797234-
CMYK0.200.5900.08
HSL279.42º76.54%64.9%-
HSV(B)279.42º58.55%91.76%-
XYZ39.6225.0580.59-
YUV139.53181.32161.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=36.10%
G=18.73%
B=45.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal187972340.200.5900.08279.4276.5464.9
HexBB61EA143B081174d41
Octal2731413522473010427115101
Binary10111011110000111101010101001110110100010001011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61EA; }

 p { color: rgb(187,97,234); }

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

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

 a { background-color: rgb(187,97,234); }

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

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

 span { border-color: rgb(187,97,234); }

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