Html Css Color HEX #B811A7 Medium Violet Red

📋 copy color: '#B811A7'

red 184 ◦ green 17 ◦ blue 167

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

Shades of Medium Violet Red #B811A7

Tints of Medium Violet Red #B811A7

RGB

 RED value IS 184 (72.27% from 255) = 50%

 GREEN value IS 17 (7.03% from 255) = 4.62%

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

R = 50%
G = 4.62%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B811A7 (or 0xB811A7) is known color: Medium Violet Red. HEX triplet: B8, 11 and A7. RGB value is (184,17,167). Sum of RGB (Red+Green+Blue) = 184+17+167=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B811A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B811A7 is #47EE58. Grayscale: #535353. Windows color (decimal): -4714073 or 10949048. OLE color: 10949048.

HSL color Cylindrical-coordinate representation of color #B811A7: hue angle of 306.11º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B811A7 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 17 167 -
CMYK 0 0.91 0.09 0.28
HSL 306.11º 0.83% 0.39% -
HSV(B) 306.11º 0.91% 0.72% -
XYZ 26.94 13.38 37.72 -
YUV 84.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 184 17 167 0 0.91 0.09 0.28 306.11 0.83 0.39
Hex B8 11 A7 0 5B 9 1C 132 53 27
Octal 270 21 247 0 133 11 34 462 123 47
Binary 10111000 10001 10100111 0 1011011 1001 11100 100110010 1010011 100111

Color Harmonies of #B811A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811A7

Black with #B811A7

Text Example


Text Example

White with #B811A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811A7; }

 p { color: rgb(184,17,167); }

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

background-color css

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

 a { background-color: rgb(184,17,167); }

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

border-color css

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

 span { border-color: rgb(184,17,167); }

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