Html Css Color HEX #B30891 Medium Violet Red

📋 copy color: '#B30891'

red 179 ◦ green 8 ◦ blue 145

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

Shades of Medium Violet Red #B30891

Tints of Medium Violet Red #B30891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.67%

R = 53.92%
G = 2.41%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B30891 (or 0xB30891) is known color: Medium Violet Red. HEX triplet: B3, 08 and 91. RGB value is (179,8,145). Sum of RGB (Red+Green+Blue) = 179+8+145=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B30891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30891 is #4CF76E. Grayscale: #4A4A4A. Windows color (decimal): -5044079 or 9504947. OLE color: 9504947.

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

Color convert

RGB 179 8 145 -
CMYK 0 0.96 0.19 0.30
HSL 311.93º 0.91% 0.37% -
HSV(B) 311.93º 0.96% 0.7% -
XYZ 23.79 11.8 27.81 -
YUV 74.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 179 8 145 0 0.96 0.19 0.30 311.93 0.91 0.37
Hex B3 8 91 0 60 13 1E 138 5B 25
Octal 263 10 221 0 140 23 36 470 133 45
Binary 10110011 1000 10010001 0 1100000 10011 11110 100111000 1011011 100101

Color Harmonies of #B30891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30891

Black with #B30891

Text Example


Text Example

White with #B30891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30891; }

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

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

background-color css

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

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

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

border-color css

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

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

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