Html Css Color HEX #BD03B1 Deep Magenta

📋 copy color: '#BD03B1'

red 189 ◦ green 3 ◦ blue 177

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

Shades of Deep Magenta #BD03B1

Tints of Deep Magenta #BD03B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.97%

R = 51.22%
G = 0.81%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD03B1 (or 0xBD03B1) is known color: Deep Magenta. HEX triplet: BD, 03 and B1. RGB value is (189,3,177). Sum of RGB (Red+Green+Blue) = 189+3+177=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD03B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD03B1 is #42FC4E. Grayscale: #4D4D4D. Windows color (decimal): -4389967 or 11600829. OLE color: 11600829.

HSL color Cylindrical-coordinate representation of color #BD03B1: hue angle of 303.87º 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 #BD03B1 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 3 177 -
CMYK 0 0.98 0.06 0.26
HSL 303.87º 0.97% 0.38% -
HSV(B) 303.87º 0.98% 0.74% -
XYZ 28.95 14.06 42.78 -
YUV 78.45 183.62 206.85 -
System Red Green Blue C M Y K H S L
Decimal 189 3 177 0 0.98 0.06 0.26 303.87 0.97 0.38
Hex BD 3 B1 0 62 6 1A 130 61 26
Octal 275 3 261 0 142 6 32 460 141 46
Binary 10111101 11 10110001 0 1100010 110 11010 100110000 1100001 100110

Color Harmonies of #BD03B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD03B1

Black with #BD03B1

Text Example


Text Example

White with #BD03B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD03B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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