Html Css Color HEX #B605A0 Medium Violet Red

📋 copy color: '#B605A0'

red 182 ◦ green 5 ◦ blue 160

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

Shades of Medium Violet Red #B605A0

Tints of Medium Violet Red #B605A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.11%

R = 52.45%
G = 1.44%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B605A0 (or 0xB605A0) is known color: Medium Violet Red. HEX triplet: B6, 05 and A0. RGB value is (182,5,160). Sum of RGB (Red+Green+Blue) = 182+5+160=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B605A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B605A0 is #49FA5F. Grayscale: #4B4B4B. Windows color (decimal): -4848224 or 10487222. OLE color: 10487222.

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

Color convert

RGB 182 5 160 -
CMYK 0 0.97 0.12 0.29
HSL 307.46º 0.95% 0.37% -
HSV(B) 307.46º 0.97% 0.71% -
XYZ 25.69 12.59 34.33 -
YUV 75.59 175.64 203.9 -
System Red Green Blue C M Y K H S L
Decimal 182 5 160 0 0.97 0.12 0.29 307.46 0.95 0.37
Hex B6 5 A0 0 61 C 1D 133 5F 25
Octal 266 5 240 0 141 14 35 463 137 45
Binary 10110110 101 10100000 0 1100001 1100 11101 100110011 1011111 100101

Color Harmonies of #B605A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B605A0

Black with #B605A0

Text Example


Text Example

White with #B605A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B605A0; }

 p { color: rgb(182,5,160); }

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

background-color css

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

 a { background-color: rgb(182,5,160); }

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

border-color css

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

 span { border-color: rgb(182,5,160); }

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