Html Css Color HEX #BB2EDD Dark Orchid

📋 copy color: '#BB2EDD'

red 187 ◦ green 46 ◦ blue 221

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

Shades of Dark Orchid #BB2EDD

Tints of Dark Orchid #BB2EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 41.19%
G = 10.13%
B = 48.68%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB2EDD (or 0xBB2EDD) is known color: Dark Orchid. HEX triplet: BB, 2E and DD. RGB value is (187,46,221). Sum of RGB (Red+Green+Blue) = 187+46+221=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2EDD is #44D122. Grayscale: #6B6B6B. Windows color (decimal): -4509987 or 14495419. OLE color: 14495419.

HSL color Cylindrical-coordinate representation of color #BB2EDD: hue angle of 288.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2EDD is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 46 221 -
CMYK 0.15 0.79 0 0.13
HSL 288.34º 0.72% 0.52% -
HSV(B) 288.34º 0.79% 0.87% -
XYZ 34.52 17.74 70.01 -
YUV 108.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 187 46 221 0.15 0.79 0 0.13 288.34 0.72 0.52
Hex BB 2E DD F 4F 0 D 120 48 34
Octal 273 56 335 17 117 0 15 440 110 64
Binary 10111011 101110 11011101 1111 1001111 0 1101 100100000 1001000 110100

Color Harmonies of #BB2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2EDD

Black with #BB2EDD

Text Example


Text Example

White with #BB2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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