Html Css Color HEX #B302A0 Medium Violet Red

📋 copy color: '#B302A0'

red 179 ◦ green 2 ◦ blue 160

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

Shades of Medium Violet Red #B302A0

Tints of Medium Violet Red #B302A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.92%

R = 52.49%
G = 0.59%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B302A0 (or 0xB302A0) is known color: Medium Violet Red. HEX triplet: B3, 02 and A0. RGB value is (179,2,160). Sum of RGB (Red+Green+Blue) = 179+2+160=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B302A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B302A0 is #4CFD5F. Grayscale: #484848. Windows color (decimal): -5045600 or 10486451. OLE color: 10486451.

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

Color convert

RGB 179 2 160 -
CMYK 0 0.99 0.11 0.30
HSL 306.44º 0.98% 0.35% -
HSV(B) 306.44º 0.99% 0.7% -
XYZ 24.96 12.17 34.29 -
YUV 72.94 177.14 203.65 -
System Red Green Blue C M Y K H S L
Decimal 179 2 160 0 0.99 0.11 0.30 306.44 0.98 0.35
Hex B3 2 A0 0 63 B 1E 132 62 23
Octal 263 2 240 0 143 13 36 462 142 43
Binary 10110011 10 10100000 0 1100011 1011 11110 100110010 1100010 100011

Color Harmonies of #B302A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302A0

Black with #B302A0

Text Example


Text Example

White with #B302A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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