Html Css Color HEX #B112A7 Medium Violet Red

📋 copy color: '#B112A7'

red 177 ◦ green 18 ◦ blue 167

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

Shades of Medium Violet Red #B112A7

Tints of Medium Violet Red #B112A7

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.97%

 BLUE value IS 167 (65.63% from 255) = 46.13%

R = 48.9%
G = 4.97%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B112A7 (or 0xB112A7) is known color: Medium Violet Red. HEX triplet: B1, 12 and A7. RGB value is (177,18,167). Sum of RGB (Red+Green+Blue) = 177+18+167=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B112A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B112A7 is #4EED58. Grayscale: #525252. Windows color (decimal): -5172569 or 10949297. OLE color: 10949297.

HSL color Cylindrical-coordinate representation of color #B112A7: hue angle of 303.77º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B112A7 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 167 -
CMYK 0 0.90 0.06 0.31
HSL 303.77º 0.82% 0.38% -
HSV(B) 303.77º 0.9% 0.69% -
XYZ 25.32 12.57 37.65 -
YUV 82.53 175.68 195.38 -
System Red Green Blue C M Y K H S L
Decimal 177 18 167 0 0.90 0.06 0.31 303.77 0.82 0.38
Hex B1 12 A7 0 5A 6 1F 130 52 26
Octal 261 22 247 0 132 6 37 460 122 46
Binary 10110001 10010 10100111 0 1011010 110 11111 100110000 1010010 100110

Color Harmonies of #B112A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112A7

Black with #B112A7

Text Example


Text Example

White with #B112A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112A7; }

 p { color: rgb(177,18,167); }

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

background-color css

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

 a { background-color: rgb(177,18,167); }

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

border-color css

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

 span { border-color: rgb(177,18,167); }

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