Html Css Color HEX #B613A5 Medium Violet Red

📋 copy color: '#B613A5'

red 182 ◦ green 19 ◦ blue 165

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

Shades of Medium Violet Red #B613A5

Tints of Medium Violet Red #B613A5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

 BLUE value IS 165 (64.84% from 255) = 45.08%

R = 49.73%
G = 5.19%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B613A5 (or 0xB613A5) is known color: Medium Violet Red. HEX triplet: B6, 13 and A5. RGB value is (182,19,165). Sum of RGB (Red+Green+Blue) = 182+19+165=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B613A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B613A5 is #49EC5A. Grayscale: #535353. Windows color (decimal): -4844635 or 10818486. OLE color: 10818486.

HSL color Cylindrical-coordinate representation of color #B613A5: hue angle of 306.26º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B613A5 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 165 -
CMYK 0 0.90 0.09 0.29
HSL 306.26º 0.81% 0.39% -
HSV(B) 306.26º 0.9% 0.71% -
XYZ 26.32 13.13 36.74 -
YUV 84.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 182 19 165 0 0.90 0.09 0.29 306.26 0.81 0.39
Hex B6 13 A5 0 5A 9 1D 132 51 27
Octal 266 23 245 0 132 11 35 462 121 47
Binary 10110110 10011 10100101 0 1011010 1001 11101 100110010 1010001 100111

Color Harmonies of #B613A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B613A5

Black with #B613A5

Text Example


Text Example

White with #B613A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B613A5; }

 p { color: rgb(182,19,165); }

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

background-color css

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

 a { background-color: rgb(182,19,165); }

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

border-color css

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

 span { border-color: rgb(182,19,165); }

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