Html Css Color HEX #B30585 Medium Violet Red

📋 copy color: '#B30585'

red 179 ◦ green 5 ◦ blue 133

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

Shades of Medium Violet Red #B30585

Tints of Medium Violet Red #B30585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

 BLUE value IS 133 (52.34% from 255) = 41.96%

R = 56.47%
G = 1.58%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B30585 (or 0xB30585) is known color: Medium Violet Red. HEX triplet: B3, 05 and 85. RGB value is (179,5,133). Sum of RGB (Red+Green+Blue) = 179+5+133=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B30585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30585 is #4CFA7A. Grayscale: #474747. Windows color (decimal): -5044859 or 8717747. OLE color: 8717747.

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

Color convert

RGB 179 5 133 -
CMYK 0 0.97 0.26 0.30
HSL 315.86º 0.95% 0.36% -
HSV(B) 315.86º 0.97% 0.7% -
XYZ 22.88 11.39 23.18 -
YUV 71.62 162.65 204.59 -
System Red Green Blue C M Y K H S L
Decimal 179 5 133 0 0.97 0.26 0.30 315.86 0.95 0.36
Hex B3 5 85 0 61 1A 1E 13C 5F 24
Octal 263 5 205 0 141 32 36 474 137 44
Binary 10110011 101 10000101 0 1100001 11010 11110 100111100 1011111 100100

Color Harmonies of #B30585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30585

Black with #B30585

Text Example


Text Example

White with #B30585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30585; }

 p { color: rgb(179,5,133); }

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

background-color css

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

 a { background-color: rgb(179,5,133); }

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

border-color css

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

 span { border-color: rgb(179,5,133); }

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