Html Css Color HEX #B308A2 Medium Violet Red

📋 copy color: '#B308A2'

red 179 ◦ green 8 ◦ blue 162

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

Shades of Medium Violet Red #B308A2

Tints of Medium Violet Red #B308A2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 51.29%
G = 2.29%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B308A2 (or 0xB308A2) is known color: Medium Violet Red. HEX triplet: B3, 08 and A2. RGB value is (179,8,162). Sum of RGB (Red+Green+Blue) = 179+8+162=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B308A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B308A2 is #4CF75D. Grayscale: #4C4C4C. Windows color (decimal): -5044062 or 10619059. OLE color: 10619059.

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

Color convert

RGB 179 8 162 -
CMYK 0 0.96 0.09 0.30
HSL 305.96º 0.91% 0.37% -
HSV(B) 305.96º 0.96% 0.7% -
XYZ 25.2 12.37 35.24 -
YUV 76.69 176.15 200.98 -
System Red Green Blue C M Y K H S L
Decimal 179 8 162 0 0.96 0.09 0.30 305.96 0.91 0.37
Hex B3 8 A2 0 60 9 1E 132 5B 25
Octal 263 10 242 0 140 11 36 462 133 45
Binary 10110011 1000 10100010 0 1100000 1001 11110 100110010 1011011 100101

Color Harmonies of #B308A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308A2

Black with #B308A2

Text Example


Text Example

White with #B308A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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