Html Css Color HEX #BD03AF Deep Magenta

📋 copy color: '#BD03AF'

red 189 ◦ green 3 ◦ blue 175

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

Shades of Deep Magenta #BD03AF

Tints of Deep Magenta #BD03AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 51.5%
G = 0.82%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD03AF (or 0xBD03AF) is known color: Deep Magenta. HEX triplet: BD, 03 and AF. RGB value is (189,3,175). Sum of RGB (Red+Green+Blue) = 189+3+175=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD03AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD03AF is #42FC50. Grayscale: #4D4D4D. Windows color (decimal): -4389969 or 11469757. OLE color: 11469757.

HSL color Cylindrical-coordinate representation of color #BD03AF: hue angle of 304.52º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD03AF is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 3 175 -
CMYK 0 0.98 0.07 0.26
HSL 304.52º 0.97% 0.38% -
HSV(B) 304.52º 0.98% 0.74% -
XYZ 28.76 13.98 41.74 -
YUV 78.22 182.62 207.01 -
System Red Green Blue C M Y K H S L
Decimal 189 3 175 0 0.98 0.07 0.26 304.52 0.97 0.38
Hex BD 3 AF 0 62 7 1A 131 61 26
Octal 275 3 257 0 142 7 32 461 141 46
Binary 10111101 11 10101111 0 1100010 111 11010 100110001 1100001 100110

Color Harmonies of #BD03AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD03AF

Black with #BD03AF

Text Example


Text Example

White with #BD03AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD03AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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