Html Css Color HEX #B34285 Medium Red Violet

📋 copy color: '#B34285'

red 179 ◦ green 66 ◦ blue 133

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

Shades of Medium Red Violet #B34285

Tints of Medium Red Violet #B34285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.46%

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

R = 47.35%
G = 17.46%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B34285 (or 0xB34285) is known color: Medium Red Violet. HEX triplet: B3, 42 and 85. RGB value is (179,66,133). Sum of RGB (Red+Green+Blue) = 179+66+133=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B34285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34285 is #4CBD7A. Grayscale: #6B6B6B. Windows color (decimal): -5029243 or 8733363. OLE color: 8733363.

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

Color convert

RGB 179 66 133 -
CMYK 0 0.63 0.26 0.30
HSL 324.42º 0.46% 0.48% -
HSV(B) 324.42º 0.63% 0.7% -
XYZ 24.77 15.17 23.81 -
YUV 107.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 179 66 133 0 0.63 0.26 0.30 324.42 0.46 0.48
Hex B3 42 85 0 3F 1A 1E 144 2E 30
Octal 263 102 205 0 77 32 36 504 56 60
Binary 10110011 1000010 10000101 0 111111 11010 11110 101000100 101110 110000

Color Harmonies of #B34285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34285

Black with #B34285

Text Example


Text Example

White with #B34285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34285; }

 p { color: rgb(179,66,133); }

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

background-color css

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

 a { background-color: rgb(179,66,133); }

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

border-color css

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

 span { border-color: rgb(179,66,133); }

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