Html Css Color HEX #B305BA Deep Magenta

📋 copy color: '#B305BA'

red 179 ◦ green 5 ◦ blue 186

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

Shades of Deep Magenta #B305BA

Tints of Deep Magenta #B305BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 48.38%
G = 1.35%
B = 50.27%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B305BA (or 0xB305BA) is known color: Deep Magenta. HEX triplet: B3, 05 and BA. RGB value is (179,5,186). Sum of RGB (Red+Green+Blue) = 179+5+186=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #B305BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B305BA is #4CFA45. Grayscale: #4D4D4D. Windows color (decimal): -5044806 or 12191155. OLE color: 12191155.

HSL color Cylindrical-coordinate representation of color #B305BA: hue angle of 297.68º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B305BA is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 5 186 -
CMYK 0.04 0.97 0 0.27
HSL 297.68º 0.95% 0.37% -
HSV(B) 297.68º 0.97% 0.73% -
XYZ 27.51 13.24 47.56 -
YUV 77.66 189.15 200.28 -
System Red Green Blue C M Y K H S L
Decimal 179 5 186 0.04 0.97 0 0.27 297.68 0.95 0.37
Hex B3 5 BA 4 61 0 1B 12A 5F 25
Octal 263 5 272 4 141 0 33 452 137 45
Binary 10110011 101 10111010 100 1100001 0 11011 100101010 1011111 100101

Color Harmonies of #B305BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B305BA

Black with #B305BA

Text Example


Text Example

White with #B305BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B305BA; }

 p { color: rgb(179,5,186); }

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

background-color css

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

 a { background-color: rgb(179,5,186); }

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

border-color css

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

 span { border-color: rgb(179,5,186); }

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