Html Css Color HEX #BD0CDB Deep Magenta

📋 copy color: '#BD0CDB'

red 189 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #BD0CDB

Tints of Deep Magenta #BD0CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.86%

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

R = 45%
G = 2.86%
B = 52.14%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD0CDB (or 0xBD0CDB) is known color: Deep Magenta. HEX triplet: BD, 0C and DB. RGB value is (189,12,219). Sum of RGB (Red+Green+Blue) = 189+12+219=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD0CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0CDB is #42F324. Grayscale: #575757. Windows color (decimal): -4387621 or 14355645. OLE color: 14355645.

HSL color Cylindrical-coordinate representation of color #BD0CDB: hue angle of 291.3º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0CDB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 12 219 -
CMYK 0.14 0.95 0 0.14
HSL 291.3º 0.9% 0.45% -
HSV(B) 291.3º 0.95% 0.86% -
XYZ 33.9 16.2 68.36 -
YUV 88.52 201.64 199.67 -
System Red Green Blue C M Y K H S L
Decimal 189 12 219 0.14 0.95 0 0.14 291.3 0.9 0.45
Hex BD C DB E 5F 0 E 123 5A 2D
Octal 275 14 333 16 137 0 16 443 132 55
Binary 10111101 1100 11011011 1110 1011111 0 1110 100100011 1011010 101101

Color Harmonies of #BD0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0CDB

Black with #BD0CDB

Text Example


Text Example

White with #BD0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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