#BB2DE4

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

Shades of Dark Orchid #BB2DE4

Tints of Dark Orchid #BB2DE4

Color information

#BB2DE4 (or 0xBB2DE4) is unknown color: approx Dark Orchid. HEX triplet: BB, 2D and E4. RGB value is (187,45,228). Sum of RGB (Red+Green+Blue) = 187+45+228=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB2DE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DE4 is #44D21B. Grayscale: #6B6B6B. Windows color (decimal): -4510236 or 14953915. OLE color: 14953915.

HSL color Cylindrical-coordinate representation of color #BB2DE4: hue angle of 286.56º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2DE4 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18745228-
CMYK0.180.8000.11
HSL286.56º77.22%53.53%-
HSV(B)286.56º80.26%89.41%-
XYZ35.4418.0475.01-
YUV108.32195.54184.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 45 (17.97% from 255) = 9.78%
BLUE value IS 228 (89.45% from 255) = 49.57%
R=40.65%
G=9.78%
B=49.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal187452280.180.8000.11286.5677.2253.53
HexBB2DE412500B11f4d36
Octal273553442212001343711566
Binary1011101110110111100100100101010000010111000111111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2DE4; }

 p { color: rgb(187,45,228); }

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

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

 a { background-color: rgb(187,45,228); }

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

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

 span { border-color: rgb(187,45,228); }

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