Html Css Color HEX #B61FA3 Medium Violet Red

📋 copy color: '#B61FA3'

red 182 ◦ green 31 ◦ blue 163

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

Shades of Medium Violet Red #B61FA3

Tints of Medium Violet Red #B61FA3

RGB

 RED value IS 182 (71.48% from 255) = 48.4%

 GREEN value IS 31 (12.5% from 255) = 8.24%

 BLUE value IS 163 (64.06% from 255) = 43.35%

R = 48.4%
G = 8.24%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B61FA3 (or 0xB61FA3) is known color: Medium Violet Red. HEX triplet: B6, 1F and A3. RGB value is (182,31,163). Sum of RGB (Red+Green+Blue) = 182+31+163=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B61FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61FA3 is #49E05C. Grayscale: #5A5A5A. Windows color (decimal): -4841565 or 10690486. OLE color: 10690486.

HSL color Cylindrical-coordinate representation of color #B61FA3: hue angle of 307.55º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B61FA3 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 31 163 -
CMYK 0 0.83 0.10 0.29
HSL 307.55º 0.71% 0.42% -
HSV(B) 307.55º 0.83% 0.71% -
XYZ 26.39 13.57 35.88 -
YUV 91.2 168.53 192.77 -
System Red Green Blue C M Y K H S L
Decimal 182 31 163 0 0.83 0.10 0.29 307.55 0.71 0.42
Hex B6 1F A3 0 53 A 1D 134 47 2A
Octal 266 37 243 0 123 12 35 464 107 52
Binary 10110110 11111 10100011 0 1010011 1010 11101 100110100 1000111 101010

Color Harmonies of #B61FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61FA3

Black with #B61FA3

Text Example


Text Example

White with #B61FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61FA3; }

 p { color: rgb(182,31,163); }

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

background-color css

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

 a { background-color: rgb(182,31,163); }

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

border-color css

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

 span { border-color: rgb(182,31,163); }

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