Html Css Color HEX #BD0AC2 Deep Magenta

📋 copy color: '#BD0AC2'

red 189 ◦ green 10 ◦ blue 194

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

Shades of Deep Magenta #BD0AC2

Tints of Deep Magenta #BD0AC2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 194 (76.17% from 255) = 49.36%

R = 48.09%
G = 2.54%
B = 49.36%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD0AC2 (or 0xBD0AC2) is known color: Deep Magenta. HEX triplet: BD, 0A and C2. RGB value is (189,10,194). Sum of RGB (Red+Green+Blue) = 189+10+194=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD0AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0AC2 is #42F53D. Grayscale: #535353. Windows color (decimal): -4388158 or 12716733. OLE color: 12716733.

HSL color Cylindrical-coordinate representation of color #BD0AC2: hue angle of 298.37º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0AC2 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 10 194 -
CMYK 0.03 0.95 0 0.24
HSL 298.37º 0.9% 0.4% -
HSV(B) 298.37º 0.95% 0.76% -
XYZ 30.83 14.93 52.3 -
YUV 84.5 189.8 202.54 -
System Red Green Blue C M Y K H S L
Decimal 189 10 194 0.03 0.95 0 0.24 298.37 0.9 0.4
Hex BD A C2 3 5F 0 18 12A 5A 28
Octal 275 12 302 3 137 0 30 452 132 50
Binary 10111101 1010 11000010 11 1011111 0 11000 100101010 1011010 101000

Color Harmonies of #BD0AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0AC2

Black with #BD0AC2

Text Example


Text Example

White with #BD0AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0AC2; }

 p { color: rgb(189,10,194); }

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

background-color css

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

 a { background-color: rgb(189,10,194); }

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

border-color css

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

 span { border-color: rgb(189,10,194); }

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