#BB42EB

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

Shades of Medium Orchid #BB42EB

Tints of Medium Orchid #BB42EB

Color information

#BB42EB (or 0xBB42EB) is unknown color: approx Medium Orchid. HEX triplet: BB, 42 and EB. RGB value is (187,66,235). Sum of RGB (Red+Green+Blue) = 187+66+235=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB42EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB42EB is #44BD14. Grayscale: #787878. Windows color (decimal): -4504853 or 15418043. OLE color: 15418043.

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

Color convert

RGB18766235-
CMYK0.200.7200.08
HSL282.96º80.86%59.02%-
HSV(B)282.96º71.91%92.16%-
XYZ37.4420.4680.57-
YUV121.44192.09174.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 66 (26.17% from 255) = 13.52%
BLUE value IS 235 (92.19% from 255) = 48.16%
R=38.32%
G=13.52%
B=48.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal187662350.200.7200.08282.9680.8659.02
HexBB42EB14480811b513b
Octal2731023532411001043312173
Binary10111011100001011101011101001001000010001000110111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB42EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB42EB; }

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

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

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

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

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

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

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

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