Html Css Color HEX #B302A3 Medium Violet Red

📋 copy color: '#B302A3'

red 179 ◦ green 2 ◦ blue 163

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

Shades of Medium Violet Red #B302A3

Tints of Medium Violet Red #B302A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.38%

R = 52.03%
G = 0.58%
B = 47.38%

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

#B302A3 (or 0xB302A3) is known color: Medium Violet Red. HEX triplet: B3, 02 and A3. RGB value is (179,2,163). Sum of RGB (Red+Green+Blue) = 179+2+163=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B302A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B302A3 is #4CFD5C. Grayscale: #484848. Windows color (decimal): -5045597 or 10683059. OLE color: 10683059.

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

Color convert

RGB 179 2 163 -
CMYK 0 0.99 0.09 0.30
HSL 305.42º 0.98% 0.35% -
HSV(B) 305.42º 0.99% 0.7% -
XYZ 25.22 12.27 35.69 -
YUV 73.28 178.64 203.41 -
System Red Green Blue C M Y K H S L
Decimal 179 2 163 0 0.99 0.09 0.30 305.42 0.98 0.35
Hex B3 2 A3 0 63 9 1E 131 62 23
Octal 263 2 243 0 143 11 36 461 142 43
Binary 10110011 10 10100011 0 1100011 1001 11110 100110001 1100010 100011

Color Harmonies of #B302A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302A3

Black with #B302A3

Text Example


Text Example

White with #B302A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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