#bb4eea

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

Shades of Medium Orchid #BB4EEA

Tints of Medium Orchid #BB4EEA

Color information

#BB4EEA (or 0xBB4EEA) is unknown color: approx Medium Orchid. HEX triplet: BB, 4E and EA. RGB value is (187,78,234). Sum of RGB (Red+Green+Blue) = 187+78+234=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB4EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EEA is #44B115. Grayscale: #7F7F7F. Windows color (decimal): -4501782 or 15355579. OLE color: 15355579.

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

Color convert

RGB18778234-
CMYK0.200.6700.08
HSL281.92º78.79%61.18%-
HSV(B)281.92º66.67%91.76%-
XYZ38.0721.9580.07-
YUV128.38187.61169.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 78 (30.86% from 255) = 15.63%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=37.47%
G=15.63%
B=46.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal187782340.200.6700.08281.9278.7961.18
HexBB4EEA14430811a4f3d
Octal2731163522410301043211775
Binary10111011100111011101010101001000011010001000110101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4eea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4eea; }

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

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

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

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

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

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

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

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