Html Css Color HEX #B14683 Medium Red Violet

📋 copy color: '#B14683'

red 177 ◦ green 70 ◦ blue 131

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

Shades of Medium Red Violet #B14683

Tints of Medium Red Violet #B14683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

 BLUE value IS 131 (51.56% from 255) = 34.66%

R = 46.83%
G = 18.52%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B14683 (or 0xB14683) is known color: Medium Red Violet. HEX triplet: B1, 46 and 83. RGB value is (177,70,131). Sum of RGB (Red+Green+Blue) = 177+70+131=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B14683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14683 is #4EB97C. Grayscale: #6C6C6C. Windows color (decimal): -5159293 or 8603313. OLE color: 8603313.

HSL color Cylindrical-coordinate representation of color #B14683: hue angle of 325.79º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14683 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 131 -
CMYK 0 0.60 0.26 0.31
HSL 325.79º 0.43% 0.48% -
HSV(B) 325.79º 0.6% 0.69% -
XYZ 24.42 15.37 23.15 -
YUV 108.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 177 70 131 0 0.60 0.26 0.31 325.79 0.43 0.48
Hex B1 46 83 0 3C 1A 1F 146 2B 30
Octal 261 106 203 0 74 32 37 506 53 60
Binary 10110001 1000110 10000011 0 111100 11010 11111 101000110 101011 110000

Color Harmonies of #B14683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14683

Black with #B14683

Text Example


Text Example

White with #B14683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14683; }

 p { color: rgb(177,70,131); }

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

background-color css

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

 a { background-color: rgb(177,70,131); }

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

border-color css

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

 span { border-color: rgb(177,70,131); }

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