Html Css Color HEX #B30190 Medium Violet Red

📋 copy color: '#B30190'

red 179 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #B30190

Tints of Medium Violet Red #B30190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 55.25%
G = 0.31%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B30190 (or 0xB30190) is known color: Medium Violet Red. HEX triplet: B3, 01 and 90. RGB value is (179,1,144). Sum of RGB (Red+Green+Blue) = 179+1+144=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B30190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30190 is #4CFE6F. Grayscale: #464646. Windows color (decimal): -5045872 or 9437619. OLE color: 9437619.

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

Color convert

RGB 179 1 144 -
CMYK 0 0.99 0.20 0.30
HSL 311.8º 0.99% 0.35% -
HSV(B) 311.8º 0.99% 0.7% -
XYZ 23.64 11.62 27.38 -
YUV 70.52 169.47 205.37 -
System Red Green Blue C M Y K H S L
Decimal 179 1 144 0 0.99 0.20 0.30 311.8 0.99 0.35
Hex B3 1 90 0 63 14 1E 138 63 23
Octal 263 1 220 0 143 24 36 470 143 43
Binary 10110011 1 10010000 0 1100011 10100 11110 100111000 1100011 100011

Color Harmonies of #B30190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30190

Black with #B30190

Text Example


Text Example

White with #B30190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30190; }

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

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

background-color css

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

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

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

border-color css

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

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

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