Html Css Color HEX #B10FCB Deep Magenta

📋 copy color: '#B10FCB'

red 177 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #B10FCB

Tints of Deep Magenta #B10FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.8%

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 44.81%
G = 3.8%
B = 51.39%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B10FCB (or 0xB10FCB) is known color: Deep Magenta. HEX triplet: B1, 0F and CB. RGB value is (177,15,203). Sum of RGB (Red+Green+Blue) = 177+15+203=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #B10FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FCB is #4EF034. Grayscale: #545454. Windows color (decimal): -5173301 or 13307825. OLE color: 13307825.

HSL color Cylindrical-coordinate representation of color #B10FCB: hue angle of 291.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10FCB is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 15 203 -
CMYK 0.13 0.93 0 0.20
HSL 291.7º 0.86% 0.43% -
HSV(B) 291.7º 0.93% 0.8% -
XYZ 29.08 14 57.67 -
YUV 84.87 194.67 193.71 -
System Red Green Blue C M Y K H S L
Decimal 177 15 203 0.13 0.93 0 0.20 291.7 0.86 0.43
Hex B1 F CB D 5D 0 14 124 56 2B
Octal 261 17 313 15 135 0 24 444 126 53
Binary 10110001 1111 11001011 1101 1011101 0 10100 100100100 1010110 101011

Color Harmonies of #B10FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FCB

Black with #B10FCB

Text Example


Text Example

White with #B10FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FCB; }

 p { color: rgb(177,15,203); }

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

background-color css

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

 a { background-color: rgb(177,15,203); }

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

border-color css

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

 span { border-color: rgb(177,15,203); }

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