Html Css Color HEX #B30286 Medium Violet Red

📋 copy color: '#B30286'

red 179 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #B30286

Tints of Medium Violet Red #B30286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.54%

R = 56.83%
G = 0.63%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B30286 (or 0xB30286) is known color: Medium Violet Red. HEX triplet: B3, 02 and 86. RGB value is (179,2,134). Sum of RGB (Red+Green+Blue) = 179+2+134=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B30286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30286 is #4CFD79. Grayscale: #454545. Windows color (decimal): -5045626 or 8782515. OLE color: 8782515.

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

Color convert

RGB 179 2 134 -
CMYK 0 0.99 0.25 0.30
HSL 315.25º 0.98% 0.35% -
HSV(B) 315.25º 0.99% 0.7% -
XYZ 22.92 11.35 23.54 -
YUV 69.97 164.14 205.77 -
System Red Green Blue C M Y K H S L
Decimal 179 2 134 0 0.99 0.25 0.30 315.25 0.98 0.35
Hex B3 2 86 0 63 19 1E 13B 62 23
Octal 263 2 206 0 143 31 36 473 142 43
Binary 10110011 10 10000110 0 1100011 11001 11110 100111011 1100010 100011

Color Harmonies of #B30286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30286

Black with #B30286

Text Example


Text Example

White with #B30286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30286; }

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

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

background-color css

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

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

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

border-color css

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

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

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