#BB2ED5

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

Shades of Dark Orchid #BB2ED5

Tints of Dark Orchid #BB2ED5

Color information

#BB2ED5 (or 0xBB2ED5) is unknown color: approx Dark Orchid. HEX triplet: BB, 2E and D5. RGB value is (187,46,213). Sum of RGB (Red+Green+Blue) = 187+46+213=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB2ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ED5 is #44D12A. Grayscale: #6A6A6A. Windows color (decimal): -4509995 or 13971131. OLE color: 13971131.

HSL color Cylindrical-coordinate representation of color #BB2ED5: hue angle of 290.66º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2ED5 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18746213-
CMYK0.120.7800.16
HSL290.66º66.53%50.78%-
HSV(B)290.66º78.4%83.53%-
XYZ33.4817.3264.53-
YUV107.2187.71184.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 46 (18.36% from 255) = 10.31%
BLUE value IS 213 (83.59% from 255) = 47.76%
R=41.93%
G=10.31%
B=47.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187462130.120.7800.16290.6666.5350.78
HexBB2ED5C4E0101234333
Octal273563251411602044310363
Binary1011101110111011010101110010011100100001001000111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2ED5; }

 p { color: rgb(187,46,213); }

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

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

 a { background-color: rgb(187,46,213); }

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

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

 span { border-color: rgb(187,46,213); }

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