Html Css Color HEX #BB2ECD Dark Orchid

📋 copy color: '#BB2ECD'

red 187 ◦ green 46 ◦ blue 205

#BB2ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #BB2ECD

Tints of Dark Orchid #BB2ECD

RGB

 RED value IS 187 (73.44% from 255) = 42.69%

 GREEN value IS 46 (18.36% from 255) = 10.5%

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 42.69%
G = 10.5%
B = 46.8%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB2ECD (or 0xBB2ECD) is known color: Dark Orchid. HEX triplet: BB, 2E and CD. RGB value is (187,46,205). Sum of RGB (Red+Green+Blue) = 187+46+205=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB2ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ECD is #44D132. Grayscale: #696969. Windows color (decimal): -4510003 or 13446843. OLE color: 13446843.

HSL color Cylindrical-coordinate representation of color #BB2ECD: hue angle of 293.21º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2ECD is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 46 205 -
CMYK 0.09 0.78 0 0.20
HSL 293.21º 0.63% 0.49% -
HSV(B) 293.21º 0.78% 0.8% -
XYZ 32.49 16.93 59.31 -
YUV 106.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 187 46 205 0.09 0.78 0 0.20 293.21 0.63 0.49
Hex BB 2E CD 9 4E 0 14 125 3F 31
Octal 273 56 315 11 116 0 24 445 77 61
Binary 10111011 101110 11001101 1001 1001110 0 10100 100100101 111111 110001

Color Harmonies of #BB2ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2ECD

Black with #BB2ECD

Text Example


Text Example

White with #BB2ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2ECD; }

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

 H1.HeaderClassName
 {
   color: #BB2ECD;
 }
 .AnyTagClassName
 {
   color: #BB2ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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