Html Css Color HEX #B10285 Medium Violet Red

📋 copy color: '#B10285'

red 177 ◦ green 2 ◦ blue 133

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

Shades of Medium Violet Red #B10285

Tints of Medium Violet Red #B10285

RGB

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

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

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

R = 56.73%
G = 0.64%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B10285 (or 0xB10285) is known color: Medium Violet Red. HEX triplet: B1, 02 and 85. RGB value is (177,2,133). Sum of RGB (Red+Green+Blue) = 177+2+133=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B10285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10285 is #4EFD7A. Grayscale: #444444. Windows color (decimal): -5176699 or 8716977. OLE color: 8716977.

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

Color convert

RGB 177 2 133 -
CMYK 0 0.99 0.25 0.31
HSL 315.09º 0.98% 0.35% -
HSV(B) 315.09º 0.99% 0.69% -
XYZ 22.39 11.08 23.15 -
YUV 69.26 163.98 204.85 -
System Red Green Blue C M Y K H S L
Decimal 177 2 133 0 0.99 0.25 0.31 315.09 0.98 0.35
Hex B1 2 85 0 63 19 1F 13B 62 23
Octal 261 2 205 0 143 31 37 473 142 43
Binary 10110001 10 10000101 0 1100011 11001 11111 100111011 1100010 100011

Color Harmonies of #B10285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10285

Black with #B10285

Text Example


Text Example

White with #B10285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10285; }

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

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

background-color css

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

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

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

border-color css

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

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

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