Html Css Color HEX #B316B7 Deep Magenta

📋 copy color: '#B316B7'

red 179 ◦ green 22 ◦ blue 183

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

Shades of Deep Magenta #B316B7

Tints of Deep Magenta #B316B7

RGB

 RED value IS 179 (70.31% from 255) = 46.61%

 GREEN value IS 22 (8.98% from 255) = 5.73%

 BLUE value IS 183 (71.88% from 255) = 47.66%

R = 46.61%
G = 5.73%
B = 47.66%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B316B7 (or 0xB316B7) is known color: Deep Magenta. HEX triplet: B3, 16 and B7. RGB value is (179,22,183). Sum of RGB (Red+Green+Blue) = 179+22+183=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 183 - color contains mainly: blue. Hex color #B316B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316B7 is #4CE948. Grayscale: #565656. Windows color (decimal): -5040457 or 11998899. OLE color: 11998899.

HSL color Cylindrical-coordinate representation of color #B316B7: hue angle of 298.51º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B316B7 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 22 183 -
CMYK 0.02 0.88 0 0.28
HSL 298.51º 0.79% 0.4% -
HSV(B) 298.51º 0.88% 0.72% -
XYZ 27.42 13.58 45.97 -
YUV 87.3 182.01 193.41 -
System Red Green Blue C M Y K H S L
Decimal 179 22 183 0.02 0.88 0 0.28 298.51 0.79 0.4
Hex B3 16 B7 2 58 0 1C 12B 4F 28
Octal 263 26 267 2 130 0 34 453 117 50
Binary 10110011 10110 10110111 10 1011000 0 11100 100101011 1001111 101000

Color Harmonies of #B316B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B316B7

Black with #B316B7

Text Example


Text Example

White with #B316B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B316B7; }

 p { color: rgb(179,22,183); }

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

background-color css

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

 a { background-color: rgb(179,22,183); }

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

border-color css

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

 span { border-color: rgb(179,22,183); }

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