Html Css Color HEX #B731A8 Medium Red Violet

📋 copy color: '#B731A8'

red 183 ◦ green 49 ◦ blue 168

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

Shades of Medium Red Violet #B731A8

Tints of Medium Red Violet #B731A8

RGB

 RED value IS 183 (71.88% from 255) = 45.75%

 GREEN value IS 49 (19.53% from 255) = 12.25%

 BLUE value IS 168 (66.02% from 255) = 42%

R = 45.75%
G = 12.25%
B = 42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B731A8 (or 0xB731A8) is known color: Medium Red Violet. HEX triplet: B7, 31 and A8. RGB value is (183,49,168). Sum of RGB (Red+Green+Blue) = 183+49+168=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B731A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B731A8 is #48CE57. Grayscale: #666666. Windows color (decimal): -4771416 or 11022775. OLE color: 11022775.

HSL color Cylindrical-coordinate representation of color #B731A8: hue angle of 306.72º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B731A8 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 49 168 -
CMYK 0 0.73 0.08 0.28
HSL 306.72º 0.58% 0.45% -
HSV(B) 306.72º 0.73% 0.72% -
XYZ 27.69 15.09 38.5 -
YUV 102.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 183 49 168 0 0.73 0.08 0.28 306.72 0.58 0.45
Hex B7 31 A8 0 49 8 1C 133 3A 2D
Octal 267 61 250 0 111 10 34 463 72 55
Binary 10110111 110001 10101000 0 1001001 1000 11100 100110011 111010 101101

Color Harmonies of #B731A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731A8

Black with #B731A8

Text Example


Text Example

White with #B731A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731A8; }

 p { color: rgb(183,49,168); }

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

background-color css

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

 a { background-color: rgb(183,49,168); }

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

border-color css

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

 span { border-color: rgb(183,49,168); }

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