Html Css Color HEX #BD2BDB Dark Orchid

📋 copy color: '#BD2BDB'

red 189 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #BD2BDB

Tints of Dark Orchid #BD2BDB

RGB

 RED value IS 189 (74.22% from 255) = 41.91%

 GREEN value IS 43 (17.19% from 255) = 9.53%

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

R = 41.91%
G = 9.53%
B = 48.56%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD2BDB (or 0xBD2BDB) is known color: Dark Orchid. HEX triplet: BD, 2B and DB. RGB value is (189,43,219). Sum of RGB (Red+Green+Blue) = 189+43+219=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD2BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BDB is #42D424. Grayscale: #6A6A6A. Windows color (decimal): -4379685 or 14363581. OLE color: 14363581.

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

Color convert

RGB 189 43 219 -
CMYK 0.14 0.80 0 0.14
HSL 289.77º 0.71% 0.51% -
HSV(B) 289.77º 0.8% 0.86% -
XYZ 34.64 17.66 68.6 -
YUV 106.72 191.37 186.69 -
System Red Green Blue C M Y K H S L
Decimal 189 43 219 0.14 0.80 0 0.14 289.77 0.71 0.51
Hex BD 2B DB E 50 0 E 122 47 33
Octal 275 53 333 16 120 0 16 442 107 63
Binary 10111101 101011 11011011 1110 1010000 0 1110 100100010 1000111 110011

Color Harmonies of #BD2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2BDB

Black with #BD2BDB

Text Example


Text Example

White with #BD2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2BDB; }

 p { color: rgb(189,43,219); }

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

background-color css

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

 a { background-color: rgb(189,43,219); }

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

border-color css

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

 span { border-color: rgb(189,43,219); }

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