Html Css Color HEX #B302CE Deep Magenta

📋 copy color: '#B302CE'

red 179 ◦ green 2 ◦ blue 206

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

Shades of Deep Magenta #B302CE

Tints of Deep Magenta #B302CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 46.25%
G = 0.52%
B = 53.23%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B302CE (or 0xB302CE) is known color: Deep Magenta. HEX triplet: B3, 02 and CE. RGB value is (179,2,206). Sum of RGB (Red+Green+Blue) = 179+2+206=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #B302CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302CE is #4CFD31. Grayscale: #4D4D4D. Windows color (decimal): -5045554 or 13501107. OLE color: 13501107.

HSL color Cylindrical-coordinate representation of color #B302CE: hue angle of 292.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302CE is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 2 206 -
CMYK 0.13 0.99 0 0.19
HSL 292.06º 0.98% 0.41% -
HSV(B) 292.06º 0.99% 0.81% -
XYZ 29.75 14.08 59.54 -
YUV 78.18 200.14 199.91 -
System Red Green Blue C M Y K H S L
Decimal 179 2 206 0.13 0.99 0 0.19 292.06 0.98 0.41
Hex B3 2 CE D 63 0 13 124 62 29
Octal 263 2 316 15 143 0 23 444 142 51
Binary 10110011 10 11001110 1101 1100011 0 10011 100100100 1100010 101001

Color Harmonies of #B302CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302CE

Black with #B302CE

Text Example


Text Example

White with #B302CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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