Html Css Color HEX #B2329C Medium Red Violet

📋 copy color: '#B2329C'

red 178 ◦ green 50 ◦ blue 156

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

Shades of Medium Red Violet #B2329C

Tints of Medium Red Violet #B2329C

RGB

 RED value IS 178 (69.92% from 255) = 46.35%

 GREEN value IS 50 (19.92% from 255) = 13.02%

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

R = 46.35%
G = 13.02%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2329C (or 0xB2329C) is known color: Medium Red Violet. HEX triplet: B2, 32 and 9C. RGB value is (178,50,156). Sum of RGB (Red+Green+Blue) = 178+50+156=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2329C is #4DCD63. Grayscale: #646464. Windows color (decimal): -5098852 or 10236594. OLE color: 10236594.

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

Color convert

RGB 178 50 156 -
CMYK 0 0.72 0.12 0.30
HSL 310.31º 0.56% 0.45% -
HSV(B) 310.31º 0.72% 0.7% -
XYZ 25.5 14.15 32.84 -
YUV 100.36 159.41 183.38 -
System Red Green Blue C M Y K H S L
Decimal 178 50 156 0 0.72 0.12 0.30 310.31 0.56 0.45
Hex B2 32 9C 0 48 C 1E 136 38 2D
Octal 262 62 234 0 110 14 36 466 70 55
Binary 10110010 110010 10011100 0 1001000 1100 11110 100110110 111000 101101

Color Harmonies of #B2329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2329C

Black with #B2329C

Text Example


Text Example

White with #B2329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2329C; }

 p { color: rgb(178,50,156); }

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

background-color css

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

 a { background-color: rgb(178,50,156); }

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

border-color css

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

 span { border-color: rgb(178,50,156); }

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