Html Css Color HEX #B302BE Deep Magenta

📋 copy color: '#B302BE'

red 179 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #B302BE

Tints of Deep Magenta #B302BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 48.25%
G = 0.54%
B = 51.21%

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

#B302BE (or 0xB302BE) is known color: Deep Magenta. HEX triplet: B3, 02 and BE. RGB value is (179,2,190). Sum of RGB (Red+Green+Blue) = 179+2+190=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #B302BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302BE is #4CFD41. Grayscale: #4B4B4B. Windows color (decimal): -5045570 or 12452531. OLE color: 12452531.

HSL color Cylindrical-coordinate representation of color #B302BE: hue angle of 296.49º 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 #B302BE is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 2 190 -
CMYK 0.06 0.99 0 0.25
HSL 296.49º 0.98% 0.38% -
HSV(B) 296.49º 0.99% 0.75% -
XYZ 27.91 13.34 49.82 -
YUV 76.36 192.14 201.21 -
System Red Green Blue C M Y K H S L
Decimal 179 2 190 0.06 0.99 0 0.25 296.49 0.98 0.38
Hex B3 2 BE 6 63 0 19 128 62 26
Octal 263 2 276 6 143 0 31 450 142 46
Binary 10110011 10 10111110 110 1100011 0 11001 100101000 1100010 100110

Color Harmonies of #B302BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302BE

Black with #B302BE

Text Example


Text Example

White with #B302BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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