Html Css Color HEX #B30185 Medium Violet Red

📋 copy color: '#B30185'

red 179 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #B30185

Tints of Medium Violet Red #B30185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 57.19%
G = 0.32%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B30185 (or 0xB30185) is known color: Medium Violet Red. HEX triplet: B3, 01 and 85. RGB value is (179,1,133). Sum of RGB (Red+Green+Blue) = 179+1+133=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B30185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30185 is #4CFE7A. Grayscale: #444444. Windows color (decimal): -5045883 or 8716723. OLE color: 8716723.

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

Color convert

RGB 179 1 133 -
CMYK 0 0.99 0.26 0.30
HSL 315.51º 0.99% 0.35% -
HSV(B) 315.51º 0.99% 0.7% -
XYZ 22.83 11.3 23.17 -
YUV 69.27 163.97 206.27 -
System Red Green Blue C M Y K H S L
Decimal 179 1 133 0 0.99 0.26 0.30 315.51 0.99 0.35
Hex B3 1 85 0 63 1A 1E 13C 63 23
Octal 263 1 205 0 143 32 36 474 143 43
Binary 10110011 1 10000101 0 1100011 11010 11110 100111100 1100011 100011

Color Harmonies of #B30185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30185

Black with #B30185

Text Example


Text Example

White with #B30185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30185; }

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

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

background-color css

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

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

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

border-color css

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

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

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