Html Css Color HEX #B14085 Medium Red Violet

📋 copy color: '#B14085'

red 177 ◦ green 64 ◦ blue 133

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

Shades of Medium Red Violet #B14085

Tints of Medium Red Violet #B14085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 47.33%
G = 17.11%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B14085 (or 0xB14085) is known color: Medium Red Violet. HEX triplet: B1, 40 and 85. RGB value is (177,64,133). Sum of RGB (Red+Green+Blue) = 177+64+133=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B14085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14085 is #4EBF7A. Grayscale: #696969. Windows color (decimal): -5160827 or 8732849. OLE color: 8732849.

HSL color Cylindrical-coordinate representation of color #B14085: hue angle of 323.36º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14085 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 133 -
CMYK 0 0.64 0.25 0.31
HSL 323.36º 0.47% 0.47% -
HSV(B) 323.36º 0.64% 0.69% -
XYZ 24.2 14.71 23.75 -
YUV 105.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 177 64 133 0 0.64 0.25 0.31 323.36 0.47 0.47
Hex B1 40 85 0 40 19 1F 143 2F 2F
Octal 261 100 205 0 100 31 37 503 57 57
Binary 10110001 1000000 10000101 0 1000000 11001 11111 101000011 101111 101111

Color Harmonies of #B14085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14085

Black with #B14085

Text Example


Text Example

White with #B14085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14085; }

 p { color: rgb(177,64,133); }

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

background-color css

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

 a { background-color: rgb(177,64,133); }

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

border-color css

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

 span { border-color: rgb(177,64,133); }

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