Html Css Color HEX #B005BD Deep Magenta

📋 copy color: '#B005BD'

red 176 ◦ green 5 ◦ blue 189

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

Shades of Deep Magenta #B005BD

Tints of Deep Magenta #B005BD

RGB

 RED value IS 176 (69.14% from 255) = 47.57%

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

 BLUE value IS 189 (74.22% from 255) = 51.08%

R = 47.57%
G = 1.35%
B = 51.08%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B005BD (or 0xB005BD) is known color: Deep Magenta. HEX triplet: B0, 05 and BD. RGB value is (176,5,189). Sum of RGB (Red+Green+Blue) = 176+5+189=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #B005BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005BD is #4FFA42. Grayscale: #4C4C4C. Windows color (decimal): -5241411 or 12387760. OLE color: 12387760.

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

Color convert

RGB 176 5 189 -
CMYK 0.07 0.97 0 0.26
HSL 295.76º 0.95% 0.38% -
HSV(B) 295.76º 0.97% 0.74% -
XYZ 27.14 13.01 49.23 -
YUV 77.11 191.15 198.54 -
System Red Green Blue C M Y K H S L
Decimal 176 5 189 0.07 0.97 0 0.26 295.76 0.95 0.38
Hex B0 5 BD 7 61 0 1A 128 5F 26
Octal 260 5 275 7 141 0 32 450 137 46
Binary 10110000 101 10111101 111 1100001 0 11010 100101000 1011111 100110

Color Harmonies of #B005BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005BD

Black with #B005BD

Text Example


Text Example

White with #B005BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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