Html Css Color HEX #BD2CDB Dark Orchid

📋 copy color: '#BD2CDB'

red 189 ◦ green 44 ◦ blue 219

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

Shades of Dark Orchid #BD2CDB

Tints of Dark Orchid #BD2CDB

RGB

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

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

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

R = 41.81%
G = 9.73%
B = 48.45%

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

#BD2CDB (or 0xBD2CDB) is known color: Dark Orchid. HEX triplet: BD, 2C and DB. RGB value is (189,44,219). Sum of RGB (Red+Green+Blue) = 189+44+219=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 44 (17.58% from 255 or 9.73% 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 #BD2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CDB is #42D324. Grayscale: #6A6A6A. Windows color (decimal): -4379429 or 14363837. OLE color: 14363837.

HSL color Cylindrical-coordinate representation of color #BD2CDB: hue angle of 289.71º 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 #BD2CDB is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 44 219 -
CMYK 0.14 0.80 0 0.14
HSL 289.71º 0.71% 0.52% -
HSV(B) 289.71º 0.8% 0.86% -
XYZ 34.67 17.73 68.61 -
YUV 107.31 191.04 186.27 -
System Red Green Blue C M Y K H S L
Decimal 189 44 219 0.14 0.80 0 0.14 289.71 0.71 0.52
Hex BD 2C DB E 50 0 E 122 47 34
Octal 275 54 333 16 120 0 16 442 107 64
Binary 10111101 101100 11011011 1110 1010000 0 1110 100100010 1000111 110100

Color Harmonies of #BD2CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2CDB

Black with #BD2CDB

Text Example


Text Example

White with #BD2CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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