Html Css Color HEX #B10698 Medium Violet Red

📋 copy color: '#B10698'

red 177 ◦ green 6 ◦ blue 152

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

Shades of Medium Violet Red #B10698

Tints of Medium Violet Red #B10698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

 BLUE value IS 152 (59.77% from 255) = 45.37%

R = 52.84%
G = 1.79%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B10698 (or 0xB10698) is known color: Medium Violet Red. HEX triplet: B1, 06 and 98. RGB value is (177,6,152). Sum of RGB (Red+Green+Blue) = 177+6+152=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B10698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10698 is #4EF967. Grayscale: #494949. Windows color (decimal): -5175656 or 9963185. OLE color: 9963185.

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

Color convert

RGB 177 6 152 -
CMYK 0 0.97 0.14 0.31
HSL 308.77º 0.93% 0.36% -
HSV(B) 308.77º 0.97% 0.69% -
XYZ 23.86 11.74 30.71 -
YUV 73.77 172.15 201.63 -
System Red Green Blue C M Y K H S L
Decimal 177 6 152 0 0.97 0.14 0.31 308.77 0.93 0.36
Hex B1 6 98 0 61 E 1F 135 5D 24
Octal 261 6 230 0 141 16 37 465 135 44
Binary 10110001 110 10011000 0 1100001 1110 11111 100110101 1011101 100100

Color Harmonies of #B10698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10698

Black with #B10698

Text Example


Text Example

White with #B10698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10698; }

 p { color: rgb(177,6,152); }

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

background-color css

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

 a { background-color: rgb(177,6,152); }

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

border-color css

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

 span { border-color: rgb(177,6,152); }

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