Html Css Color HEX #B309A2 Medium Violet Red

📋 copy color: '#B309A2'

red 179 ◦ green 9 ◦ blue 162

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

Shades of Medium Violet Red #B309A2

Tints of Medium Violet Red #B309A2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.57%

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

R = 51.14%
G = 2.57%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B309A2 (or 0xB309A2) is known color: Medium Violet Red. HEX triplet: B3, 09 and A2. RGB value is (179,9,162). Sum of RGB (Red+Green+Blue) = 179+9+162=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B309A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B309A2 is #4CF65D. Grayscale: #4C4C4C. Windows color (decimal): -5043806 or 10619315. OLE color: 10619315.

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

Color convert

RGB 179 9 162 -
CMYK 0 0.95 0.09 0.30
HSL 306º 0.9% 0.37% -
HSV(B) 306º 0.95% 0.7% -
XYZ 25.21 12.39 35.24 -
YUV 77.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 179 9 162 0 0.95 0.09 0.30 306 0.9 0.37
Hex B3 9 A2 0 5F 9 1E 132 5A 25
Octal 263 11 242 0 137 11 36 462 132 45
Binary 10110011 1001 10100010 0 1011111 1001 11110 100110010 1011010 100101

Color Harmonies of #B309A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309A2

Black with #B309A2

Text Example


Text Example

White with #B309A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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