Html Css Color HEX #B34087 Medium Red Violet

📋 copy color: '#B34087'

red 179 ◦ green 64 ◦ blue 135

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

Shades of Medium Red Violet #B34087

Tints of Medium Red Violet #B34087

RGB

 RED value IS 179 (70.31% from 255) = 47.35%

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

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 47.35%
G = 16.93%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B34087 (or 0xB34087) is known color: Medium Red Violet. HEX triplet: B3, 40 and 87. RGB value is (179,64,135). Sum of RGB (Red+Green+Blue) = 179+64+135=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B34087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34087 is #4CBF78. Grayscale: #6A6A6A. Windows color (decimal): -5029753 or 8863923. OLE color: 8863923.

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

Color convert

RGB 179 64 135 -
CMYK 0 0.64 0.25 0.30
HSL 322.96º 0.47% 0.48% -
HSV(B) 322.96º 0.64% 0.7% -
XYZ 24.8 15 24.51 -
YUV 106.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 179 64 135 0 0.64 0.25 0.30 322.96 0.47 0.48
Hex B3 40 87 0 40 19 1E 143 2F 30
Octal 263 100 207 0 100 31 36 503 57 60
Binary 10110011 1000000 10000111 0 1000000 11001 11110 101000011 101111 110000

Color Harmonies of #B34087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34087

Black with #B34087

Text Example


Text Example

White with #B34087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34087; }

 p { color: rgb(179,64,135); }

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

background-color css

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

 a { background-color: rgb(179,64,135); }

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

border-color css

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

 span { border-color: rgb(179,64,135); }

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