#BB42CA

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

Shades of Medium Orchid #BB42CA

Tints of Medium Orchid #BB42CA

Color information

#BB42CA (or 0xBB42CA) is unknown color: approx Medium Orchid. HEX triplet: BB, 42 and CA. RGB value is (187,66,202). Sum of RGB (Red+Green+Blue) = 187+66+202=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB42CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42CA is #44BD35. Grayscale: #757575. Windows color (decimal): -4504886 or 13255355. OLE color: 13255355.

HSL color Cylindrical-coordinate representation of color #BB42CA: hue angle of 293.38º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB42CA is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18766202-
CMYK0.070.6700.21
HSL293.38º56.2%52.55%-
HSV(B)293.38º67.33%79.22%-
XYZ33.118.7357.75-
YUV117.68175.59177.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 66 (26.17% from 255) = 14.51%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=41.10%
G=14.51%
B=44.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187662020.070.6700.21293.3856.252.55
HexBB42CA7430151253835
Octal27310231271030254457065
Binary101110111000010110010101111000011010101100100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB42CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB42CA; }

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

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

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

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

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

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

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

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