Html Css Color HEX #B305D8 Deep Magenta

📋 copy color: '#B305D8'

red 179 ◦ green 5 ◦ blue 216

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

Shades of Deep Magenta #B305D8

Tints of Deep Magenta #B305D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54%

R = 44.75%
G = 1.25%
B = 54%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B305D8 (or 0xB305D8) is known color: Deep Magenta. HEX triplet: B3, 05 and D8. RGB value is (179,5,216). Sum of RGB (Red+Green+Blue) = 179+5+216=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #B305D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B305D8 is #4CFA27. Grayscale: #505050. Windows color (decimal): -5044776 or 14157235. OLE color: 14157235.

HSL color Cylindrical-coordinate representation of color #B305D8: hue angle of 289.48º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B305D8 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 5 216 -
CMYK 0.17 0.98 0 0.15
HSL 289.48º 0.95% 0.43% -
HSV(B) 289.48º 0.98% 0.85% -
XYZ 31.04 14.65 66.16 -
YUV 81.08 204.15 197.84 -
System Red Green Blue C M Y K H S L
Decimal 179 5 216 0.17 0.98 0 0.15 289.48 0.95 0.43
Hex B3 5 D8 11 62 0 F 121 5F 2B
Octal 263 5 330 21 142 0 17 441 137 53
Binary 10110011 101 11011000 10001 1100010 0 1111 100100001 1011111 101011

Color Harmonies of #B305D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B305D8

Black with #B305D8

Text Example


Text Example

White with #B305D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B305D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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