Html Css Color HEX #B71EA2 Medium Violet Red

📋 copy color: '#B71EA2'

red 183 ◦ green 30 ◦ blue 162

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

Shades of Medium Violet Red #B71EA2

Tints of Medium Violet Red #B71EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8%

 BLUE value IS 162 (63.67% from 255) = 43.2%

R = 48.8%
G = 8%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B71EA2 (or 0xB71EA2) is known color: Medium Violet Red. HEX triplet: B7, 1E and A2. RGB value is (183,30,162). Sum of RGB (Red+Green+Blue) = 183+30+162=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B71EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71EA2 is #48E15D. Grayscale: #5A5A5A. Windows color (decimal): -4776286 or 10624695. OLE color: 10624695.

HSL color Cylindrical-coordinate representation of color #B71EA2: hue angle of 308.24º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71EA2 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 30 162 -
CMYK 0 0.84 0.11 0.28
HSL 308.24º 0.72% 0.42% -
HSV(B) 308.24º 0.84% 0.72% -
XYZ 26.51 13.6 35.41 -
YUV 90.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 183 30 162 0 0.84 0.11 0.28 308.24 0.72 0.42
Hex B7 1E A2 0 54 B 1C 134 48 2A
Octal 267 36 242 0 124 13 34 464 110 52
Binary 10110111 11110 10100010 0 1010100 1011 11100 100110100 1001000 101010

Color Harmonies of #B71EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71EA2

Black with #B71EA2

Text Example


Text Example

White with #B71EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71EA2; }

 p { color: rgb(183,30,162); }

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

background-color css

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

 a { background-color: rgb(183,30,162); }

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

border-color css

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

 span { border-color: rgb(183,30,162); }

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