Html Css Color HEX #B010BD Deep Magenta

📋 copy color: '#B010BD'

red 176 ◦ green 16 ◦ blue 189

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

Shades of Deep Magenta #B010BD

Tints of Deep Magenta #B010BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.2%

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

R = 46.19%
G = 4.2%
B = 49.61%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B010BD (or 0xB010BD) is known color: Deep Magenta. HEX triplet: B0, 10 and BD. RGB value is (176,16,189). Sum of RGB (Red+Green+Blue) = 176+16+189=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #B010BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010BD is #4FEF42. Grayscale: #535353. Windows color (decimal): -5238595 or 12390576. OLE color: 12390576.

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

Color convert

RGB 176 16 189 -
CMYK 0.07 0.92 0 0.26
HSL 295.49º 0.84% 0.4% -
HSV(B) 295.49º 0.92% 0.74% -
XYZ 27.28 13.27 49.27 -
YUV 83.56 187.51 193.93 -
System Red Green Blue C M Y K H S L
Decimal 176 16 189 0.07 0.92 0 0.26 295.49 0.84 0.4
Hex B0 10 BD 7 5C 0 1A 127 54 28
Octal 260 20 275 7 134 0 32 447 124 50
Binary 10110000 10000 10111101 111 1011100 0 11010 100100111 1010100 101000

Color Harmonies of #B010BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010BD

Black with #B010BD

Text Example


Text Example

White with #B010BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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