Html Css Color HEX #B10385 Medium Violet Red

📋 copy color: '#B10385'

red 177 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #B10385

Tints of Medium Violet Red #B10385

RGB

 RED value IS 177 (69.53% from 255) = 56.55%

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 56.55%
G = 0.96%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B10385 (or 0xB10385) is known color: Medium Violet Red. HEX triplet: B1, 03 and 85. RGB value is (177,3,133). Sum of RGB (Red+Green+Blue) = 177+3+133=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B10385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10385 is #4EFC7A. Grayscale: #454545. Windows color (decimal): -5176443 or 8717233. OLE color: 8717233.

HSL color Cylindrical-coordinate representation of color #B10385: hue angle of 315.17º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B10385 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 3 133 -
CMYK 0 0.98 0.25 0.31
HSL 315.17º 0.97% 0.35% -
HSV(B) 315.17º 0.98% 0.69% -
XYZ 22.4 11.11 23.15 -
YUV 69.85 163.65 204.43 -
System Red Green Blue C M Y K H S L
Decimal 177 3 133 0 0.98 0.25 0.31 315.17 0.97 0.35
Hex B1 3 85 0 62 19 1F 13B 61 23
Octal 261 3 205 0 142 31 37 473 141 43
Binary 10110001 11 10000101 0 1100010 11001 11111 100111011 1100001 100011

Color Harmonies of #B10385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10385

Black with #B10385

Text Example


Text Example

White with #B10385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10385; }

 p { color: rgb(177,3,133); }

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

background-color css

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

 a { background-color: rgb(177,3,133); }

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

border-color css

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

 span { border-color: rgb(177,3,133); }

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