Html Css Color HEX #B614A5 Medium Violet Red

📋 copy color: '#B614A5'

red 182 ◦ green 20 ◦ blue 165

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

Shades of Medium Violet Red #B614A5

Tints of Medium Violet Red #B614A5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

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

R = 49.59%
G = 5.45%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B614A5 (or 0xB614A5) is known color: Medium Violet Red. HEX triplet: B6, 14 and A5. RGB value is (182,20,165). Sum of RGB (Red+Green+Blue) = 182+20+165=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B614A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B614A5 is #49EB5A. Grayscale: #545454. Windows color (decimal): -4844379 or 10818742. OLE color: 10818742.

HSL color Cylindrical-coordinate representation of color #B614A5: hue angle of 306.3º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B614A5 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 165 -
CMYK 0 0.89 0.09 0.29
HSL 306.3º 0.8% 0.4% -
HSV(B) 306.3º 0.89% 0.71% -
XYZ 26.33 13.16 36.75 -
YUV 84.97 173.17 197.21 -
System Red Green Blue C M Y K H S L
Decimal 182 20 165 0 0.89 0.09 0.29 306.3 0.8 0.4
Hex B6 14 A5 0 59 9 1D 132 50 28
Octal 266 24 245 0 131 11 35 462 120 50
Binary 10110110 10100 10100101 0 1011001 1001 11101 100110010 1010000 101000

Color Harmonies of #B614A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B614A5

Black with #B614A5

Text Example


Text Example

White with #B614A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B614A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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