Html Css Color HEX #BB2DDE Dark Orchid

📋 copy color: '#BB2DDE'

red 187 ◦ green 45 ◦ blue 222

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

Shades of Dark Orchid #BB2DDE

Tints of Dark Orchid #BB2DDE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.91%

 BLUE value IS 222 (87.11% from 255) = 48.9%

R = 41.19%
G = 9.91%
B = 48.9%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB2DDE (or 0xBB2DDE) is known color: Dark Orchid. HEX triplet: BB, 2D and DE. RGB value is (187,45,222). Sum of RGB (Red+Green+Blue) = 187+45+222=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB2DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DDE is #44D221. Grayscale: #6B6B6B. Windows color (decimal): -4510242 or 14560699. OLE color: 14560699.

HSL color Cylindrical-coordinate representation of color #BB2DDE: hue angle of 288.14º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2DDE is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 45 222 -
CMYK 0.16 0.80 0 0.13
HSL 288.14º 0.73% 0.52% -
HSV(B) 288.14º 0.8% 0.87% -
XYZ 34.62 17.72 70.7 -
YUV 107.64 192.54 184.61 -
System Red Green Blue C M Y K H S L
Decimal 187 45 222 0.16 0.80 0 0.13 288.14 0.73 0.52
Hex BB 2D DE 10 50 0 D 120 49 34
Octal 273 55 336 20 120 0 15 440 111 64
Binary 10111011 101101 11011110 10000 1010000 0 1101 100100000 1001001 110100

Color Harmonies of #BB2DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2DDE

Black with #BB2DDE

Text Example


Text Example

White with #BB2DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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