Html Css Color HEX #B4339C Medium Red Violet

📋 copy color: '#B4339C'

red 180 ◦ green 51 ◦ blue 156

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

Shades of Medium Red Violet #B4339C

Tints of Medium Red Violet #B4339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.18%

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

R = 46.51%
G = 13.18%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4339C (or 0xB4339C) is known color: Medium Red Violet. HEX triplet: B4, 33 and 9C. RGB value is (180,51,156). Sum of RGB (Red+Green+Blue) = 180+51+156=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4339C is #4BCC63. Grayscale: #656565. Windows color (decimal): -4967524 or 10236852. OLE color: 10236852.

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

Color convert

RGB 180 51 156 -
CMYK 0 0.72 0.13 0.29
HSL 311.16º 0.56% 0.45% -
HSV(B) 311.16º 0.72% 0.71% -
XYZ 26.01 14.47 32.88 -
YUV 101.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 180 51 156 0 0.72 0.13 0.29 311.16 0.56 0.45
Hex B4 33 9C 0 48 D 1D 137 38 2D
Octal 264 63 234 0 110 15 35 467 70 55
Binary 10110100 110011 10011100 0 1001000 1101 11101 100110111 111000 101101

Color Harmonies of #B4339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4339C

Black with #B4339C

Text Example


Text Example

White with #B4339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4339C; }

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

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

background-color css

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

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

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

border-color css

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

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

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