Html Css Color HEX #B30987 Medium Violet Red

📋 copy color: '#B30987'

red 179 ◦ green 9 ◦ blue 135

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

Shades of Medium Violet Red #B30987

Tints of Medium Violet Red #B30987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.79%

 BLUE value IS 135 (53.13% from 255) = 41.8%

R = 55.42%
G = 2.79%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B30987 (or 0xB30987) is known color: Medium Violet Red. HEX triplet: B3, 09 and 87. RGB value is (179,9,135). Sum of RGB (Red+Green+Blue) = 179+9+135=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B30987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30987 is #4CF678. Grayscale: #494949. Windows color (decimal): -5043833 or 8849843. OLE color: 8849843.

HSL color Cylindrical-coordinate representation of color #B30987: hue angle of 315.53º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30987 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 9 135 -
CMYK 0 0.95 0.25 0.30
HSL 315.53º 0.9% 0.37% -
HSV(B) 315.53º 0.95% 0.7% -
XYZ 23.06 11.53 23.93 -
YUV 74.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 179 9 135 0 0.95 0.25 0.30 315.53 0.9 0.37
Hex B3 9 87 0 5F 19 1E 13C 5A 25
Octal 263 11 207 0 137 31 36 474 132 45
Binary 10110011 1001 10000111 0 1011111 11001 11110 100111100 1011010 100101

Color Harmonies of #B30987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30987

Black with #B30987

Text Example


Text Example

White with #B30987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30987; }

 p { color: rgb(179,9,135); }

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

background-color css

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

 a { background-color: rgb(179,9,135); }

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

border-color css

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

 span { border-color: rgb(179,9,135); }

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