Html Css Color HEX #B308A1 Medium Violet Red

📋 copy color: '#B308A1'

red 179 ◦ green 8 ◦ blue 161

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

Shades of Medium Violet Red #B308A1

Tints of Medium Violet Red #B308A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46.26%

R = 51.44%
G = 2.3%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B308A1 (or 0xB308A1) is known color: Medium Violet Red. HEX triplet: B3, 08 and A1. RGB value is (179,8,161). Sum of RGB (Red+Green+Blue) = 179+8+161=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B308A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B308A1 is #4CF75E. Grayscale: #4C4C4C. Windows color (decimal): -5044063 or 10553523. OLE color: 10553523.

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

Color convert

RGB 179 8 161 -
CMYK 0 0.96 0.10 0.30
HSL 306.32º 0.91% 0.37% -
HSV(B) 306.32º 0.96% 0.7% -
XYZ 25.11 12.33 34.77 -
YUV 76.57 175.65 201.06 -
System Red Green Blue C M Y K H S L
Decimal 179 8 161 0 0.96 0.10 0.30 306.32 0.91 0.37
Hex B3 8 A1 0 60 A 1E 132 5B 25
Octal 263 10 241 0 140 12 36 462 133 45
Binary 10110011 1000 10100001 0 1100000 1010 11110 100110010 1011011 100101

Color Harmonies of #B308A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308A1

Black with #B308A1

Text Example


Text Example

White with #B308A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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