Html Css Color HEX #B10CA5 Medium Violet Red

📋 copy color: '#B10CA5'

red 177 ◦ green 12 ◦ blue 165

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

Shades of Medium Violet Red #B10CA5

Tints of Medium Violet Red #B10CA5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.39%

 BLUE value IS 165 (64.84% from 255) = 46.61%

R = 50%
G = 3.39%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B10CA5 (or 0xB10CA5) is known color: Medium Violet Red. HEX triplet: B1, 0C and A5. RGB value is (177,12,165). Sum of RGB (Red+Green+Blue) = 177+12+165=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B10CA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10CA5 is #4EF35A. Grayscale: #4E4E4E. Windows color (decimal): -5174107 or 10816689. OLE color: 10816689.

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

Color convert

RGB 177 12 165 -
CMYK 0 0.93 0.07 0.31
HSL 304.36º 0.87% 0.37% -
HSV(B) 304.36º 0.93% 0.69% -
XYZ 25.05 12.33 36.66 -
YUV 78.78 176.66 198.06 -
System Red Green Blue C M Y K H S L
Decimal 177 12 165 0 0.93 0.07 0.31 304.36 0.87 0.37
Hex B1 C A5 0 5D 7 1F 130 57 25
Octal 261 14 245 0 135 7 37 460 127 45
Binary 10110001 1100 10100101 0 1011101 111 11111 100110000 1010111 100101

Color Harmonies of #B10CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CA5

Black with #B10CA5

Text Example


Text Example

White with #B10CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CA5; }

 p { color: rgb(177,12,165); }

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

background-color css

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

 a { background-color: rgb(177,12,165); }

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

border-color css

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

 span { border-color: rgb(177,12,165); }

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