Html Css Color HEX #B4359C Medium Red Violet

📋 copy color: '#B4359C'

red 180 ◦ green 53 ◦ blue 156

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

Shades of Medium Red Violet #B4359C

Tints of Medium Red Violet #B4359C

RGB

 RED value IS 180 (70.7% from 255) = 46.27%

 GREEN value IS 53 (21.09% from 255) = 13.62%

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 46.27%
G = 13.62%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4359C (or 0xB4359C) is known color: Medium Red Violet. HEX triplet: B4, 35 and 9C. RGB value is (180,53,156). Sum of RGB (Red+Green+Blue) = 180+53+156=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4359C is #4BCA63. Grayscale: #666666. Windows color (decimal): -4967012 or 10237364. OLE color: 10237364.

HSL color Cylindrical-coordinate representation of color #B4359C: hue angle of 311.34º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4359C is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 53 156 -
CMYK 0 0.71 0.13 0.29
HSL 311.34º 0.55% 0.46% -
HSV(B) 311.34º 0.71% 0.71% -
XYZ 26.1 14.65 32.9 -
YUV 102.72 158.08 183.12 -
System Red Green Blue C M Y K H S L
Decimal 180 53 156 0 0.71 0.13 0.29 311.34 0.55 0.46
Hex B4 35 9C 0 47 D 1D 137 37 2E
Octal 264 65 234 0 107 15 35 467 67 56
Binary 10110100 110101 10011100 0 1000111 1101 11101 100110111 110111 101110

Color Harmonies of #B4359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4359C

Black with #B4359C

Text Example


Text Example

White with #B4359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4359C; }

 p { color: rgb(180,53,156); }

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

background-color css

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

 a { background-color: rgb(180,53,156); }

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

border-color css

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

 span { border-color: rgb(180,53,156); }

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