#BB58E0

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

Shades of Medium Orchid #BB58E0

Tints of Medium Orchid #BB58E0

Color information

#BB58E0 (or 0xBB58E0) is unknown color: approx Medium Orchid. HEX triplet: BB, 58 and E0. RGB value is (187,88,224). Sum of RGB (Red+Green+Blue) = 187+88+224=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB58E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB58E0 is #44A71F. Grayscale: #848484. Windows color (decimal): -4499232 or 14702779. OLE color: 14702779.

HSL color Cylindrical-coordinate representation of color #BB58E0: hue angle of 283.68º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB58E0 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18788224-
CMYK0.170.6100.12
HSL283.68º68.69%61.18%-
HSV(B)283.68º60.71%87.84%-
XYZ37.4422.9372.97-
YUV133.1179.3166.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 88 (34.77% from 255) = 17.64%
BLUE value IS 224 (87.89% from 255) = 44.89%
R=37.47%
G=17.64%
B=44.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal187882240.170.6100.12283.6868.6961.18
HexBB58E0113D0C11c453d
Octal273130340217501443410575
Binary1011101110110001110000010001111101011001000111001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB58E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB58E0; }

 p { color: rgb(187,88,224); }

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

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

 a { background-color: rgb(187,88,224); }

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

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

 span { border-color: rgb(187,88,224); }

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