Html Css Color HEX #BD03CA Deep Magenta

📋 copy color: '#BD03CA'

red 189 ◦ green 3 ◦ blue 202

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

Shades of Deep Magenta #BD03CA

Tints of Deep Magenta #BD03CA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 202 (79.3% from 255) = 51.27%

R = 47.97%
G = 0.76%
B = 51.27%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD03CA (or 0xBD03CA) is known color: Deep Magenta. HEX triplet: BD, 03 and CA. RGB value is (189,3,202). Sum of RGB (Red+Green+Blue) = 189+3+202=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD03CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD03CA is #42FC35. Grayscale: #505050. Windows color (decimal): -4389942 or 13239229. OLE color: 13239229.

HSL color Cylindrical-coordinate representation of color #BD03CA: hue angle of 296.08º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD03CA is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 3 202 -
CMYK 0.06 0.99 0 0.21
HSL 296.08º 0.97% 0.4% -
HSV(B) 296.08º 0.99% 0.79% -
XYZ 31.68 15.15 57.13 -
YUV 81.3 196.12 204.82 -
System Red Green Blue C M Y K H S L
Decimal 189 3 202 0.06 0.99 0 0.21 296.08 0.97 0.4
Hex BD 3 CA 6 63 0 15 128 61 28
Octal 275 3 312 6 143 0 25 450 141 50
Binary 10111101 11 11001010 110 1100011 0 10101 100101000 1100001 101000

Color Harmonies of #BD03CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD03CA

Black with #BD03CA

Text Example


Text Example

White with #BD03CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD03CA; }

 p { color: rgb(189,3,202); }

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

background-color css

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

 a { background-color: rgb(189,3,202); }

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

border-color css

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

 span { border-color: rgb(189,3,202); }

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