Html Css Color HEX #B71DA2 Medium Violet Red

📋 copy color: '#B71DA2'

red 183 ◦ green 29 ◦ blue 162

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

Shades of Medium Violet Red #B71DA2

Tints of Medium Violet Red #B71DA2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.75%

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

R = 48.93%
G = 7.75%
B = 43.32%

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

#B71DA2 (or 0xB71DA2) is known color: Medium Violet Red. HEX triplet: B7, 1D and A2. RGB value is (183,29,162). Sum of RGB (Red+Green+Blue) = 183+29+162=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B71DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71DA2 is #48E25D. Grayscale: #595959. Windows color (decimal): -4776542 or 10624439. OLE color: 10624439.

HSL color Cylindrical-coordinate representation of color #B71DA2: hue angle of 308.18º degrees, saturation: 0.73, 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 #B71DA2 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 29 162 -
CMYK 0 0.84 0.11 0.28
HSL 308.18º 0.73% 0.42% -
HSV(B) 308.18º 0.84% 0.72% -
XYZ 26.49 13.55 35.4 -
YUV 90.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 183 29 162 0 0.84 0.11 0.28 308.18 0.73 0.42
Hex B7 1D A2 0 54 B 1C 134 49 2A
Octal 267 35 242 0 124 13 34 464 111 52
Binary 10110111 11101 10100010 0 1010100 1011 11100 100110100 1001001 101010

Color Harmonies of #B71DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71DA2

Black with #B71DA2

Text Example


Text Example

White with #B71DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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