Html Css Color HEX #B10CCF Deep Magenta

📋 copy color: '#B10CCF'

red 177 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #B10CCF

Tints of Deep Magenta #B10CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.27%

R = 44.7%
G = 3.03%
B = 52.27%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B10CCF (or 0xB10CCF) is known color: Deep Magenta. HEX triplet: B1, 0C and CF. RGB value is (177,12,207). Sum of RGB (Red+Green+Blue) = 177+12+207=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #B10CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CCF is #4EF330. Grayscale: #525252. Windows color (decimal): -5174065 or 13569201. OLE color: 13569201.

HSL color Cylindrical-coordinate representation of color #B10CCF: hue angle of 290.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10CCF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 12 207 -
CMYK 0.14 0.94 0 0.19
HSL 290.77º 0.89% 0.43% -
HSV(B) 290.77º 0.94% 0.81% -
XYZ 29.53 14.12 60.2 -
YUV 83.57 197.66 194.64 -
System Red Green Blue C M Y K H S L
Decimal 177 12 207 0.14 0.94 0 0.19 290.77 0.89 0.43
Hex B1 C CF E 5E 0 13 123 59 2B
Octal 261 14 317 16 136 0 23 443 131 53
Binary 10110001 1100 11001111 1110 1011110 0 10011 100100011 1011001 101011

Color Harmonies of #B10CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CCF

Black with #B10CCF

Text Example


Text Example

White with #B10CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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