Html Css Color HEX #B10CBD Deep Magenta

📋 copy color: '#B10CBD'

red 177 ◦ green 12 ◦ blue 189

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

Shades of Deep Magenta #B10CBD

Tints of Deep Magenta #B10CBD

RGB

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

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

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

R = 46.83%
G = 3.17%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B10CBD (or 0xB10CBD) is known color: Deep Magenta. HEX triplet: B1, 0C and BD. RGB value is (177,12,189). Sum of RGB (Red+Green+Blue) = 177+12+189=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #B10CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CBD is #4EF342. Grayscale: #505050. Windows color (decimal): -5174083 or 12389553. OLE color: 12389553.

HSL color Cylindrical-coordinate representation of color #B10CBD: hue angle of 295.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10CBD is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 12 189 -
CMYK 0.06 0.94 0 0.26
HSL 295.93º 0.88% 0.39% -
HSV(B) 295.93º 0.94% 0.74% -
XYZ 27.45 13.28 49.26 -
YUV 81.51 188.66 196.11 -
System Red Green Blue C M Y K H S L
Decimal 177 12 189 0.06 0.94 0 0.26 295.93 0.88 0.39
Hex B1 C BD 6 5E 0 1A 128 58 27
Octal 261 14 275 6 136 0 32 450 130 47
Binary 10110001 1100 10111101 110 1011110 0 11010 100101000 1011000 100111

Color Harmonies of #B10CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CBD

Black with #B10CBD

Text Example


Text Example

White with #B10CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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