Html Css Color HEX #B308AF Deep Magenta

📋 copy color: '#B308AF'

red 179 ◦ green 8 ◦ blue 175

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

Shades of Deep Magenta #B308AF

Tints of Deep Magenta #B308AF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.21%

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

R = 49.45%
G = 2.21%
B = 48.34%

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

#B308AF (or 0xB308AF) is known color: Deep Magenta. HEX triplet: B3, 08 and AF. RGB value is (179,8,175). Sum of RGB (Red+Green+Blue) = 179+8+175=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B308AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B308AF is #4CF750. Grayscale: #4D4D4D. Windows color (decimal): -5044049 or 11471027. OLE color: 11471027.

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

Color convert

RGB 179 8 175 -
CMYK 0 0.96 0.02 0.30
HSL 301.4º 0.91% 0.37% -
HSV(B) 301.4º 0.96% 0.7% -
XYZ 26.42 12.85 41.65 -
YUV 78.17 182.65 199.92 -
System Red Green Blue C M Y K H S L
Decimal 179 8 175 0 0.96 0.02 0.30 301.4 0.91 0.37
Hex B3 8 AF 0 60 2 1E 12D 5B 25
Octal 263 10 257 0 140 2 36 455 133 45
Binary 10110011 1000 10101111 0 1100000 10 11110 100101101 1011011 100101

Color Harmonies of #B308AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308AF

Black with #B308AF

Text Example


Text Example

White with #B308AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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