Html Css Color HEX #B30194 Medium Violet Red

📋 copy color: '#B30194'

red 179 ◦ green 1 ◦ blue 148

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

Shades of Medium Violet Red #B30194

Tints of Medium Violet Red #B30194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 54.57%
G = 0.3%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B30194 (or 0xB30194) is known color: Medium Violet Red. HEX triplet: B3, 01 and 94. RGB value is (179,1,148). Sum of RGB (Red+Green+Blue) = 179+1+148=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B30194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30194 is #4CFE6B. Grayscale: #464646. Windows color (decimal): -5045868 or 9699763. OLE color: 9699763.

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

Color convert

RGB 179 1 148 -
CMYK 0 0.99 0.17 0.30
HSL 310.45º 0.99% 0.35% -
HSV(B) 310.45º 0.99% 0.7% -
XYZ 23.95 11.74 29.02 -
YUV 70.98 171.47 205.05 -
System Red Green Blue C M Y K H S L
Decimal 179 1 148 0 0.99 0.17 0.30 310.45 0.99 0.35
Hex B3 1 94 0 63 11 1E 136 63 23
Octal 263 1 224 0 143 21 36 466 143 43
Binary 10110011 1 10010100 0 1100011 10001 11110 100110110 1100011 100011

Color Harmonies of #B30194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30194

Black with #B30194

Text Example


Text Example

White with #B30194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30194; }

 p { color: rgb(179,1,148); }

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

background-color css

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

 a { background-color: rgb(179,1,148); }

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

border-color css

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

 span { border-color: rgb(179,1,148); }

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