Html Css Color HEX #BD05A7 Deep Magenta

📋 copy color: '#BD05A7'

red 189 ◦ green 5 ◦ blue 167

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

Shades of Deep Magenta #BD05A7

Tints of Deep Magenta #BD05A7

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

 BLUE value IS 167 (65.63% from 255) = 46.26%

R = 52.35%
G = 1.39%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD05A7 (or 0xBD05A7) is known color: Deep Magenta. HEX triplet: BD, 05 and A7. RGB value is (189,5,167). Sum of RGB (Red+Green+Blue) = 189+5+167=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD05A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD05A7 is #42FA58. Grayscale: #4E4E4E. Windows color (decimal): -4389465 or 10945981. OLE color: 10945981.

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

Color convert

RGB 189 5 167 -
CMYK 0 0.97 0.12 0.26
HSL 307.17º 0.95% 0.38% -
HSV(B) 307.17º 0.97% 0.74% -
XYZ 28.02 13.72 37.73 -
YUV 78.48 177.96 206.83 -
System Red Green Blue C M Y K H S L
Decimal 189 5 167 0 0.97 0.12 0.26 307.17 0.95 0.38
Hex BD 5 A7 0 61 C 1A 133 5F 26
Octal 275 5 247 0 141 14 32 463 137 46
Binary 10111101 101 10100111 0 1100001 1100 11010 100110011 1011111 100110

Color Harmonies of #BD05A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD05A7

Black with #BD05A7

Text Example


Text Example

White with #BD05A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD05A7; }

 p { color: rgb(189,5,167); }

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

background-color css

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

 a { background-color: rgb(189,5,167); }

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

border-color css

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

 span { border-color: rgb(189,5,167); }

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