Html Css Color HEX #B2327C Medium Red Violet

📋 copy color: '#B2327C'

red 178 ◦ green 50 ◦ blue 124

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

Shades of Medium Red Violet #B2327C

Tints of Medium Red Violet #B2327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 50.57%
G = 14.2%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2327C (or 0xB2327C) is known color: Medium Red Violet. HEX triplet: B2, 32 and 7C. RGB value is (178,50,124). Sum of RGB (Red+Green+Blue) = 178+50+124=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2327C is #4DCD83. Grayscale: #606060. Windows color (decimal): -5098884 or 8139442. OLE color: 8139442.

HSL color Cylindrical-coordinate representation of color #B2327C: hue angle of 325.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 #B2327C is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 50 124 -
CMYK 0 0.72 0.30 0.30
HSL 325.31º 0.56% 0.45% -
HSV(B) 325.31º 0.72% 0.7% -
XYZ 23.14 13.2 20.4 -
YUV 96.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 178 50 124 0 0.72 0.30 0.30 325.31 0.56 0.45
Hex B2 32 7C 0 48 1E 1E 145 38 2D
Octal 262 62 174 0 110 36 36 505 70 55
Binary 10110010 110010 1111100 0 1001000 11110 11110 101000101 111000 101101

Color Harmonies of #B2327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2327C

Black with #B2327C

Text Example


Text Example

White with #B2327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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