#BB44EE

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

Shades of Medium Orchid #BB44EE

Tints of Medium Orchid #BB44EE

Color information

#BB44EE (or 0xBB44EE) is unknown color: approx Medium Orchid. HEX triplet: BB, 44 and EE. RGB value is (187,68,238). Sum of RGB (Red+Green+Blue) = 187+68+238=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB44EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44EE is #44BB11. Grayscale: #7A7A7A. Windows color (decimal): -4504338 or 15615163. OLE color: 15615163.

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

Color convert

RGB18768238-
CMYK0.210.7100.07
HSL282º83.33%60%-
HSV(B)282º71.43%93.33%-
XYZ37.9920.8782.92-
YUV122.96192.92173.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 68 (26.95% from 255) = 13.79%
BLUE value IS 238 (93.36% from 255) = 48.28%
R=37.93%
G=13.79%
B=48.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187682380.210.7100.0728283.3360
HexBB44EE15470711a533c
Octal273104356251070743212374
Binary1011101110001001110111010101100011101111000110101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB44EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB44EE; }

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

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

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

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

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

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

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

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