Html Css Color HEX #B705A1 Medium Violet Red

📋 copy color: '#B705A1'

red 183 ◦ green 5 ◦ blue 161

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

Shades of Medium Violet Red #B705A1

Tints of Medium Violet Red #B705A1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 161 (63.28% from 255) = 46.13%

R = 52.44%
G = 1.43%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B705A1 (or 0xB705A1) is known color: Medium Violet Red. HEX triplet: B7, 05 and A1. RGB value is (183,5,161). Sum of RGB (Red+Green+Blue) = 183+5+161=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B705A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B705A1 is #48FA5E. Grayscale: #4B4B4B. Windows color (decimal): -4782687 or 10552759. OLE color: 10552759.

HSL color Cylindrical-coordinate representation of color #B705A1: hue angle of 307.42º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B705A1 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 161 -
CMYK 0 0.97 0.12 0.28
HSL 307.42º 0.95% 0.37% -
HSV(B) 307.42º 0.97% 0.72% -
XYZ 26.02 12.75 34.81 -
YUV 76.01 175.97 204.32 -
System Red Green Blue C M Y K H S L
Decimal 183 5 161 0 0.97 0.12 0.28 307.42 0.95 0.37
Hex B7 5 A1 0 61 C 1C 133 5F 25
Octal 267 5 241 0 141 14 34 463 137 45
Binary 10110111 101 10100001 0 1100001 1100 11100 100110011 1011111 100101

Color Harmonies of #B705A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B705A1

Black with #B705A1

Text Example


Text Example

White with #B705A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B705A1; }

 p { color: rgb(183,5,161); }

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

background-color css

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

 a { background-color: rgb(183,5,161); }

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

border-color css

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

 span { border-color: rgb(183,5,161); }

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