Html Css Color HEX #B10CB3 Deep Magenta

📋 copy color: '#B10CB3'

red 177 ◦ green 12 ◦ blue 179

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

Shades of Deep Magenta #B10CB3

Tints of Deep Magenta #B10CB3

RGB

 RED value IS 177 (69.53% from 255) = 48.1%

 GREEN value IS 12 (5.08% from 255) = 3.26%

 BLUE value IS 179 (70.31% from 255) = 48.64%

R = 48.1%
G = 3.26%
B = 48.64%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B10CB3 (or 0xB10CB3) is known color: Deep Magenta. HEX triplet: B1, 0C and B3. RGB value is (177,12,179). Sum of RGB (Red+Green+Blue) = 177+12+179=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #B10CB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CB3 is #4EF34C. Grayscale: #4F4F4F. Windows color (decimal): -5174093 or 11734193. OLE color: 11734193.

HSL color Cylindrical-coordinate representation of color #B10CB3: hue angle of 299.28º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10CB3 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 12 179 -
CMYK 0.01 0.93 0 0.30
HSL 299.28º 0.87% 0.37% -
HSV(B) 299.28º 0.93% 0.7% -
XYZ 26.4 12.86 43.74 -
YUV 80.37 183.66 196.92 -
System Red Green Blue C M Y K H S L
Decimal 177 12 179 0.01 0.93 0 0.30 299.28 0.87 0.37
Hex B1 C B3 1 5D 0 1E 12B 57 25
Octal 261 14 263 1 135 0 36 453 127 45
Binary 10110001 1100 10110011 1 1011101 0 11110 100101011 1010111 100101

Color Harmonies of #B10CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CB3

Black with #B10CB3

Text Example


Text Example

White with #B10CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CB3; }

 p { color: rgb(177,12,179); }

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

background-color css

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

 a { background-color: rgb(177,12,179); }

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

border-color css

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

 span { border-color: rgb(177,12,179); }

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