#BB42E8

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

Shades of Medium Orchid #BB42E8

Tints of Medium Orchid #BB42E8

Color information

#BB42E8 (or 0xBB42E8) is unknown color: approx Medium Orchid. HEX triplet: BB, 42 and E8. RGB value is (187,66,232). Sum of RGB (Red+Green+Blue) = 187+66+232=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB42E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB42E8 is #44BD17. Grayscale: #787878. Windows color (decimal): -4504856 or 15221435. OLE color: 15221435.

HSL color Cylindrical-coordinate representation of color #BB42E8: hue angle of 283.73º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB42E8 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18766232-
CMYK0.190.7200.09
HSL283.73º78.3%58.43%-
HSV(B)283.73º71.55%90.98%-
XYZ37.0120.2978.31-
YUV121.1190.59175-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 66 (26.17% from 255) = 13.61%
BLUE value IS 232 (91.02% from 255) = 47.84%
R=38.56%
G=13.61%
B=47.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal187662320.190.7200.09283.7378.358.43
HexBB42E813480911c4e3a
Octal2731023502311001143411672
Binary10111011100001011101000100111001000010011000111001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB42E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB42E8; }

 p { color: rgb(187,66,232); }

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

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

 a { background-color: rgb(187,66,232); }

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

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

 span { border-color: rgb(187,66,232); }

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