Html Css Color HEX #B30290 Medium Violet Red

📋 copy color: '#B30290'

red 179 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #B30290

Tints of Medium Violet Red #B30290

RGB

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

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

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

R = 55.08%
G = 0.62%
B = 44.31%

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

#B30290 (or 0xB30290) is known color: Medium Violet Red. HEX triplet: B3, 02 and 90. RGB value is (179,2,144). Sum of RGB (Red+Green+Blue) = 179+2+144=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B30290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30290 is #4CFD6F. Grayscale: #464646. Windows color (decimal): -5045616 or 9437875. OLE color: 9437875.

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

Color convert

RGB 179 2 144 -
CMYK 0 0.99 0.20 0.30
HSL 311.86º 0.98% 0.35% -
HSV(B) 311.86º 0.99% 0.7% -
XYZ 23.65 11.64 27.39 -
YUV 71.11 169.14 204.95 -
System Red Green Blue C M Y K H S L
Decimal 179 2 144 0 0.99 0.20 0.30 311.86 0.98 0.35
Hex B3 2 90 0 63 14 1E 138 62 23
Octal 263 2 220 0 143 24 36 470 142 43
Binary 10110011 10 10010000 0 1100011 10100 11110 100111000 1100010 100011

Color Harmonies of #B30290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30290

Black with #B30290

Text Example


Text Example

White with #B30290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30290; }

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

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

background-color css

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

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

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

border-color css

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

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

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