Html Css Color HEX #BB2EDB Dark Orchid

📋 copy color: '#BB2EDB'

red 187 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #BB2EDB

Tints of Dark Orchid #BB2EDB

RGB

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

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

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

R = 41.37%
G = 10.18%
B = 48.45%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB2EDB (or 0xBB2EDB) is known color: Dark Orchid. HEX triplet: BB, 2E and DB. RGB value is (187,46,219). Sum of RGB (Red+Green+Blue) = 187+46+219=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB2EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2EDB is #44D124. Grayscale: #6B6B6B. Windows color (decimal): -4509989 or 14364347. OLE color: 14364347.

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

Color convert

RGB 187 46 219 -
CMYK 0.15 0.79 0 0.14
HSL 288.9º 0.71% 0.52% -
HSV(B) 288.9º 0.79% 0.86% -
XYZ 34.26 17.63 68.62 -
YUV 107.88 190.71 184.43 -
System Red Green Blue C M Y K H S L
Decimal 187 46 219 0.15 0.79 0 0.14 288.9 0.71 0.52
Hex BB 2E DB F 4F 0 E 121 47 34
Octal 273 56 333 17 117 0 16 441 107 64
Binary 10111011 101110 11011011 1111 1001111 0 1110 100100001 1000111 110100

Color Harmonies of #BB2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2EDB

Black with #BB2EDB

Text Example


Text Example

White with #BB2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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