#BB40CA

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

Shades of Medium Orchid #BB40CA

Tints of Medium Orchid #BB40CA

Color information

#BB40CA (or 0xBB40CA) is unknown color: approx Medium Orchid. HEX triplet: BB, 40 and CA. RGB value is (187,64,202). Sum of RGB (Red+Green+Blue) = 187+64+202=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB40CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40CA is #44BF35. Grayscale: #747474. Windows color (decimal): -4505398 or 13254843. OLE color: 13254843.

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

Color convert

RGB18764202-
CMYK0.070.6800.21
HSL293.48º56.56%52.16%-
HSV(B)293.48º68.32%79.22%-
XYZ32.9918.557.71-
YUV116.51176.25178.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 64 (25.39% from 255) = 14.13%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=41.28%
G=14.13%
B=44.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187642020.070.6800.21293.4856.5652.16
HexBB40CA7440151253934
Octal27310031271040254457164
Binary101110111000000110010101111000100010101100100101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB40CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB40CA; }

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

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

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

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

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

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

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

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