Html Css Color HEX #B30294 Medium Violet Red

📋 copy color: '#B30294'

red 179 ◦ green 2 ◦ blue 148

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

Shades of Medium Violet Red #B30294

Tints of Medium Violet Red #B30294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 54.41%
G = 0.61%
B = 44.98%

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

#B30294 (or 0xB30294) is known color: Medium Violet Red. HEX triplet: B3, 02 and 94. RGB value is (179,2,148). Sum of RGB (Red+Green+Blue) = 179+2+148=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B30294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30294 is #4CFD6B. Grayscale: #474747. Windows color (decimal): -5045612 or 9700019. OLE color: 9700019.

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

Color convert

RGB 179 2 148 -
CMYK 0 0.99 0.17 0.30
HSL 310.51º 0.98% 0.35% -
HSV(B) 310.51º 0.99% 0.7% -
XYZ 23.96 11.77 29.03 -
YUV 71.57 171.14 204.63 -
System Red Green Blue C M Y K H S L
Decimal 179 2 148 0 0.99 0.17 0.30 310.51 0.98 0.35
Hex B3 2 94 0 63 11 1E 137 62 23
Octal 263 2 224 0 143 21 36 467 142 43
Binary 10110011 10 10010100 0 1100011 10001 11110 100110111 1100010 100011

Color Harmonies of #B30294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30294

Black with #B30294

Text Example


Text Example

White with #B30294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30294; }

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

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

background-color css

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

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

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

border-color css

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

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

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