Html Css Color HEX #B034A0 Medium Red Violet

📋 copy color: '#B034A0'

red 176 ◦ green 52 ◦ blue 160

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

Shades of Medium Red Violet #B034A0

Tints of Medium Red Violet #B034A0

RGB

 RED value IS 176 (69.14% from 255) = 45.36%

 GREEN value IS 52 (20.7% from 255) = 13.4%

 BLUE value IS 160 (62.89% from 255) = 41.24%

R = 45.36%
G = 13.4%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B034A0 (or 0xB034A0) is known color: Medium Red Violet. HEX triplet: B0, 34 and A0. RGB value is (176,52,160). Sum of RGB (Red+Green+Blue) = 176+52+160=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B034A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B034A0 is #4FCB5F. Grayscale: #656565. Windows color (decimal): -5229408 or 10499248. OLE color: 10499248.

HSL color Cylindrical-coordinate representation of color #B034A0: hue angle of 307.74º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B034A0 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 160 -
CMYK 0 0.70 0.09 0.31
HSL 307.74º 0.54% 0.45% -
HSV(B) 307.74º 0.7% 0.69% -
XYZ 25.48 14.22 34.66 -
YUV 101.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 176 52 160 0 0.70 0.09 0.31 307.74 0.54 0.45
Hex B0 34 A0 0 46 9 1F 134 36 2D
Octal 260 64 240 0 106 11 37 464 66 55
Binary 10110000 110100 10100000 0 1000110 1001 11111 100110100 110110 101101

Color Harmonies of #B034A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B034A0

Black with #B034A0

Text Example


Text Example

White with #B034A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B034A0; }

 p { color: rgb(176,52,160); }

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

background-color css

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

 a { background-color: rgb(176,52,160); }

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

border-color css

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

 span { border-color: rgb(176,52,160); }

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