#BB4DEE

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

Shades of Medium Orchid #BB4DEE

Tints of Medium Orchid #BB4DEE

Color information

#BB4DEE (or 0xBB4DEE) is unknown color: approx Medium Orchid. HEX triplet: BB, 4D and EE. RGB value is (187,77,238). Sum of RGB (Red+Green+Blue) = 187+77+238=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4DEE is #44B211. Grayscale: #7F7F7F. Windows color (decimal): -4502034 or 15617467. OLE color: 15617467.

HSL color Cylindrical-coordinate representation of color #BB4DEE: hue angle of 280.99º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB4DEE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18777238-
CMYK0.210.6800.07
HSL280.99º82.56%61.76%-
HSV(B)280.99º67.65%93.33%-
XYZ38.5822.0583.11-
YUV128.24189.94169.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 77 (30.47% from 255) = 15.34%
BLUE value IS 238 (93.36% from 255) = 47.41%
R=37.25%
G=15.34%
B=47.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187772380.210.6800.07280.9982.5661.76
HexBB4DEE154407119533e
Octal273115356251040743112376
Binary1011101110011011110111010101100010001111000110011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4DEE; }

 p { color: rgb(187,77,238); }

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

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

 a { background-color: rgb(187,77,238); }

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

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

 span { border-color: rgb(187,77,238); }

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