Html Css Color HEX #BB2CDB Dark Orchid

📋 copy color: '#BB2CDB'

red 187 ◦ green 44 ◦ blue 219

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

Shades of Dark Orchid #BB2CDB

Tints of Dark Orchid #BB2CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.78%

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 41.56%
G = 9.78%
B = 48.67%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB2CDB (or 0xBB2CDB) is known color: Dark Orchid. HEX triplet: BB, 2C and DB. RGB value is (187,44,219). Sum of RGB (Red+Green+Blue) = 187+44+219=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CDB is #44D324. Grayscale: #6A6A6A. Windows color (decimal): -4510501 or 14363835. OLE color: 14363835.

HSL color Cylindrical-coordinate representation of color #BB2CDB: hue angle of 289.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2CDB is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 44 219 -
CMYK 0.15 0.80 0 0.14
HSL 289.03º 0.71% 0.52% -
HSV(B) 289.03º 0.8% 0.86% -
XYZ 34.18 17.48 68.59 -
YUV 106.71 191.38 185.27 -
System Red Green Blue C M Y K H S L
Decimal 187 44 219 0.15 0.80 0 0.14 289.03 0.71 0.52
Hex BB 2C DB F 50 0 E 121 47 34
Octal 273 54 333 17 120 0 16 441 107 64
Binary 10111011 101100 11011011 1111 1010000 0 1110 100100001 1000111 110100

Color Harmonies of #BB2CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2CDB

Black with #BB2CDB

Text Example


Text Example

White with #BB2CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2CDB; }

 p { color: rgb(187,44,219); }

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

background-color css

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

 a { background-color: rgb(187,44,219); }

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

border-color css

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

 span { border-color: rgb(187,44,219); }

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