Html Css Color HEX #B10CBF Deep Magenta

📋 copy color: '#B10CBF'

red 177 ◦ green 12 ◦ blue 191

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

Shades of Deep Magenta #B10CBF

Tints of Deep Magenta #B10CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.26%

R = 46.58%
G = 3.16%
B = 50.26%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B10CBF (or 0xB10CBF) is known color: Deep Magenta. HEX triplet: B1, 0C and BF. RGB value is (177,12,191). Sum of RGB (Red+Green+Blue) = 177+12+191=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #B10CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CBF is #4EF340. Grayscale: #515151. Windows color (decimal): -5174081 or 12520625. OLE color: 12520625.

HSL color Cylindrical-coordinate representation of color #B10CBF: hue angle of 295.31º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10CBF is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 12 191 -
CMYK 0.07 0.94 0 0.25
HSL 295.31º 0.88% 0.4% -
HSV(B) 295.31º 0.94% 0.75% -
XYZ 27.67 13.37 50.41 -
YUV 81.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 177 12 191 0.07 0.94 0 0.25 295.31 0.88 0.4
Hex B1 C BF 7 5E 0 19 127 58 28
Octal 261 14 277 7 136 0 31 447 130 50
Binary 10110001 1100 10111111 111 1011110 0 11001 100100111 1011000 101000

Color Harmonies of #B10CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CBF

Black with #B10CBF

Text Example


Text Example

White with #B10CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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