Html Css Color HEX #B30096 Medium Violet Red

📋 copy color: '#B30096'

red 179 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #B30096

Tints of Medium Violet Red #B30096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 54.41%
G = 0%
B = 45.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B30096 (or 0xB30096) is known color: Medium Violet Red. HEX triplet: B3, 00 and 96. RGB value is (179,0,150). Sum of RGB (Red+Green+Blue) = 179+0+150=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B30096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30096 is #4CFF69. Grayscale: #464646. Windows color (decimal): -5046122 or 9830579. OLE color: 9830579.

HSL color Cylindrical-coordinate representation of color #B30096: hue angle of 309.72º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30096 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 150 -
CMYK 0 1 0.16 0.30
HSL 309.72º 1% 0.35% -
HSV(B) 309.72º 1% 0.7% -
XYZ 24.1 11.79 29.86 -
YUV 70.62 172.8 205.3 -
System Red Green Blue C M Y K H S L
Decimal 179 0 150 0 1 0.16 0.30 309.72 1 0.35
Hex B3 0 96 0 64 10 1E 136 64 23
Octal 263 0 226 0 144 20 36 466 144 43
Binary 10110011 0 10010110 0 1100100 10000 11110 100110110 1100100 100011

Color Harmonies of #B30096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30096

Black with #B30096

Text Example


Text Example

White with #B30096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30096; }

 p { color: rgb(179,0,150); }

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

background-color css

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

 a { background-color: rgb(179,0,150); }

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

border-color css

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

 span { border-color: rgb(179,0,150); }

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