Html Css Color HEX #B307AF Deep Magenta

📋 copy color: '#B307AF'

red 179 ◦ green 7 ◦ blue 175

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

Shades of Deep Magenta #B307AF

Tints of Deep Magenta #B307AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.48%

R = 49.58%
G = 1.94%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B307AF (or 0xB307AF) is known color: Deep Magenta. HEX triplet: B3, 07 and AF. RGB value is (179,7,175). Sum of RGB (Red+Green+Blue) = 179+7+175=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B307AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B307AF is #4CF850. Grayscale: #4D4D4D. Windows color (decimal): -5044305 or 11470771. OLE color: 11470771.

HSL color Cylindrical-coordinate representation of color #B307AF: hue angle of 301.4º 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 #B307AF is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 175 -
CMYK 0 0.96 0.02 0.30
HSL 301.4º 0.92% 0.36% -
HSV(B) 301.4º 0.96% 0.7% -
XYZ 26.4 12.83 41.64 -
YUV 77.58 182.98 200.34 -
System Red Green Blue C M Y K H S L
Decimal 179 7 175 0 0.96 0.02 0.30 301.4 0.92 0.36
Hex B3 7 AF 0 60 2 1E 12D 5C 24
Octal 263 7 257 0 140 2 36 455 134 44
Binary 10110011 111 10101111 0 1100000 10 11110 100101101 1011100 100100

Color Harmonies of #B307AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B307AF

Black with #B307AF

Text Example


Text Example

White with #B307AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B307AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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