Html Css Color HEX #B302A2 Medium Violet Red

📋 copy color: '#B302A2'

red 179 ◦ green 2 ◦ blue 162

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

Shades of Medium Violet Red #B302A2

Tints of Medium Violet Red #B302A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.23%

R = 52.19%
G = 0.58%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B302A2 (or 0xB302A2) is known color: Medium Violet Red. HEX triplet: B3, 02 and A2. RGB value is (179,2,162). Sum of RGB (Red+Green+Blue) = 179+2+162=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B302A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B302A2 is #4CFD5D. Grayscale: #484848. Windows color (decimal): -5045598 or 10617523. OLE color: 10617523.

HSL color Cylindrical-coordinate representation of color #B302A2: hue angle of 305.76º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302A2 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 2 162 -
CMYK 0 0.99 0.09 0.30
HSL 305.76º 0.98% 0.35% -
HSV(B) 305.76º 0.99% 0.7% -
XYZ 25.13 12.24 35.22 -
YUV 73.16 178.14 203.49 -
System Red Green Blue C M Y K H S L
Decimal 179 2 162 0 0.99 0.09 0.30 305.76 0.98 0.35
Hex B3 2 A2 0 63 9 1E 132 62 23
Octal 263 2 242 0 143 11 36 462 142 43
Binary 10110011 10 10100010 0 1100011 1001 11110 100110010 1100010 100011

Color Harmonies of #B302A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302A2

Black with #B302A2

Text Example


Text Example

White with #B302A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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