#BB28CC

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

Shades of Dark Orchid #BB28CC

Tints of Dark Orchid #BB28CC

Color information

#BB28CC (or 0xBB28CC) is unknown color: approx Dark Orchid. HEX triplet: BB, 28 and CC. RGB value is (187,40,204). Sum of RGB (Red+Green+Blue) = 187+40+204=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB28CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28CC is #44D733. Grayscale: #666666. Windows color (decimal): -4511540 or 13379771. OLE color: 13379771.

HSL color Cylindrical-coordinate representation of color #BB28CC: hue angle of 293.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB28CC is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18740204-
CMYK0.080.8000.2
HSL293.78º67.21%47.84%-
HSV(B)293.78º80.39%80%-
XYZ32.1516.4458.61-
YUV102.65185.2188.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 40 (16.02% from 255) = 9.28%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=43.39%
G=9.28%
B=47.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187402040.080.8000.2293.7867.2147.84
HexBB28CC8500141264330
Octal273503141012002444610360
Binary1011101110100011001100100010100000101001001001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB28CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB28CC; }

 p { color: rgb(187,40,204); }

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

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

 a { background-color: rgb(187,40,204); }

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

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

 span { border-color: rgb(187,40,204); }

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