Html Css Color HEX #B307AB Deep Magenta

📋 copy color: '#B307AB'

red 179 ◦ green 7 ◦ blue 171

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

Shades of Deep Magenta #B307AB

Tints of Deep Magenta #B307AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 50.14%
G = 1.96%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B307AB (or 0xB307AB) is known color: Deep Magenta. HEX triplet: B3, 07 and AB. RGB value is (179,7,171). Sum of RGB (Red+Green+Blue) = 179+7+171=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B307AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B307AB is #4CF854. Grayscale: #4C4C4C. Windows color (decimal): -5044309 or 11208627. OLE color: 11208627.

HSL color Cylindrical-coordinate representation of color #B307AB: hue angle of 302.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B307AB is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 171 -
CMYK 0 0.96 0.04 0.30
HSL 302.79º 0.92% 0.36% -
HSV(B) 302.79º 0.96% 0.7% -
XYZ 26.02 12.68 39.6 -
YUV 77.12 180.98 200.66 -
System Red Green Blue C M Y K H S L
Decimal 179 7 171 0 0.96 0.04 0.30 302.79 0.92 0.36
Hex B3 7 AB 0 60 4 1E 12F 5C 24
Octal 263 7 253 0 140 4 36 457 134 44
Binary 10110011 111 10101011 0 1100000 100 11110 100101111 1011100 100100

Color Harmonies of #B307AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B307AB

Black with #B307AB

Text Example


Text Example

White with #B307AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B307AB; }

 p { color: rgb(179,7,171); }

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

background-color css

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

 a { background-color: rgb(179,7,171); }

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

border-color css

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

 span { border-color: rgb(179,7,171); }

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