Html Css Color HEX #B302BF Deep Magenta

📋 copy color: '#B302BF'

red 179 ◦ green 2 ◦ blue 191

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

Shades of Deep Magenta #B302BF

Tints of Deep Magenta #B302BF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 191 (75% from 255) = 51.34%

R = 48.12%
G = 0.54%
B = 51.34%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B302BF (or 0xB302BF) is known color: Deep Magenta. HEX triplet: B3, 02 and BF. RGB value is (179,2,191). Sum of RGB (Red+Green+Blue) = 179+2+191=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #B302BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302BF is #4CFD40. Grayscale: #4B4B4B. Windows color (decimal): -5045569 or 12518067. OLE color: 12518067.

HSL color Cylindrical-coordinate representation of color #B302BF: hue angle of 296.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302BF is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 2 191 -
CMYK 0.06 0.99 0 0.25
HSL 296.19º 0.98% 0.38% -
HSV(B) 296.19º 0.99% 0.75% -
XYZ 28.02 13.39 50.4 -
YUV 76.47 192.64 201.13 -
System Red Green Blue C M Y K H S L
Decimal 179 2 191 0.06 0.99 0 0.25 296.19 0.98 0.38
Hex B3 2 BF 6 63 0 19 128 62 26
Octal 263 2 277 6 143 0 31 450 142 46
Binary 10110011 10 10111111 110 1100011 0 11001 100101000 1100010 100110

Color Harmonies of #B302BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302BF

Black with #B302BF

Text Example


Text Example

White with #B302BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302BF; }

 p { color: rgb(179,2,191); }

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

background-color css

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

 a { background-color: rgb(179,2,191); }

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

border-color css

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

 span { border-color: rgb(179,2,191); }

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