Html Css Color HEX #B302CF Deep Magenta

📋 copy color: '#B302CF'

red 179 ◦ green 2 ◦ blue 207

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

Shades of Deep Magenta #B302CF

Tints of Deep Magenta #B302CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 46.13%
G = 0.52%
B = 53.35%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B302CF (or 0xB302CF) is known color: Deep Magenta. HEX triplet: B3, 02 and CF. RGB value is (179,2,207). Sum of RGB (Red+Green+Blue) = 179+2+207=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #B302CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302CF is #4CFD30. Grayscale: #4D4D4D. Windows color (decimal): -5045553 or 13566643. OLE color: 13566643.

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

Color convert

RGB 179 2 207 -
CMYK 0.14 0.99 0 0.19
HSL 291.8º 0.98% 0.41% -
HSV(B) 291.8º 0.99% 0.81% -
XYZ 29.87 14.13 60.18 -
YUV 78.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 179 2 207 0.14 0.99 0 0.19 291.8 0.98 0.41
Hex B3 2 CF E 63 0 13 124 62 29
Octal 263 2 317 16 143 0 23 444 142 51
Binary 10110011 10 11001111 1110 1100011 0 10011 100100100 1100010 101001

Color Harmonies of #B302CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302CF

Black with #B302CF

Text Example


Text Example

White with #B302CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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