Html Css Color HEX #B30288 Medium Violet Red

📋 copy color: '#B30288'

red 179 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #B30288

Tints of Medium Violet Red #B30288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 56.47%
G = 0.63%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B30288 (or 0xB30288) is known color: Medium Violet Red. HEX triplet: B3, 02 and 88. RGB value is (179,2,136). Sum of RGB (Red+Green+Blue) = 179+2+136=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B30288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30288 is #4CFD77. Grayscale: #454545. Windows color (decimal): -5045624 or 8913587. OLE color: 8913587.

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

Color convert

RGB 179 2 136 -
CMYK 0 0.99 0.24 0.30
HSL 314.58º 0.98% 0.35% -
HSV(B) 314.58º 0.99% 0.7% -
XYZ 23.06 11.4 24.28 -
YUV 70.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 179 2 136 0 0.99 0.24 0.30 314.58 0.98 0.35
Hex B3 2 88 0 63 18 1E 13B 62 23
Octal 263 2 210 0 143 30 36 473 142 43
Binary 10110011 10 10001000 0 1100011 11000 11110 100111011 1100010 100011

Color Harmonies of #B30288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30288

Black with #B30288

Text Example


Text Example

White with #B30288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30288; }

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

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

background-color css

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

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

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

border-color css

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

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

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