Html Css Color HEX #B14482 Medium Red Violet

📋 copy color: '#B14482'

red 177 ◦ green 68 ◦ blue 130

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

Shades of Medium Red Violet #B14482

Tints of Medium Red Violet #B14482

RGB

 RED value IS 177 (69.53% from 255) = 47.2%

 GREEN value IS 68 (26.95% from 255) = 18.13%

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 47.2%
G = 18.13%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B14482 (or 0xB14482) is known color: Medium Red Violet. HEX triplet: B1, 44 and 82. RGB value is (177,68,130). Sum of RGB (Red+Green+Blue) = 177+68+130=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B14482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14482 is #4EBB7D. Grayscale: #6B6B6B. Windows color (decimal): -5159806 or 8537265. OLE color: 8537265.

HSL color Cylindrical-coordinate representation of color #B14482: hue angle of 325.87º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14482 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 130 -
CMYK 0 0.62 0.27 0.31
HSL 325.87º 0.44% 0.48% -
HSV(B) 325.87º 0.62% 0.69% -
XYZ 24.23 15.09 22.76 -
YUV 107.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 177 68 130 0 0.62 0.27 0.31 325.87 0.44 0.48
Hex B1 44 82 0 3E 1B 1F 146 2C 30
Octal 261 104 202 0 76 33 37 506 54 60
Binary 10110001 1000100 10000010 0 111110 11011 11111 101000110 101100 110000

Color Harmonies of #B14482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14482

Black with #B14482

Text Example


Text Example

White with #B14482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14482; }

 p { color: rgb(177,68,130); }

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

background-color css

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

 a { background-color: rgb(177,68,130); }

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

border-color css

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

 span { border-color: rgb(177,68,130); }

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