Html Css Color HEX #B2328C Medium Red Violet

📋 copy color: '#B2328C'

red 178 ◦ green 50 ◦ blue 140

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

Shades of Medium Red Violet #B2328C

Tints of Medium Red Violet #B2328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 48.37%
G = 13.59%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2328C (or 0xB2328C) is known color: Medium Red Violet. HEX triplet: B2, 32 and 8C. RGB value is (178,50,140). Sum of RGB (Red+Green+Blue) = 178+50+140=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2328C is #4DCD73. Grayscale: #626262. Windows color (decimal): -5098868 or 9188018. OLE color: 9188018.

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

Color convert

RGB 178 50 140 -
CMYK 0 0.72 0.21 0.30
HSL 317.81º 0.56% 0.45% -
HSV(B) 317.81º 0.72% 0.7% -
XYZ 24.23 13.64 26.17 -
YUV 98.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 178 50 140 0 0.72 0.21 0.30 317.81 0.56 0.45
Hex B2 32 8C 0 48 15 1E 13E 38 2D
Octal 262 62 214 0 110 25 36 476 70 55
Binary 10110010 110010 10001100 0 1001000 10101 11110 100111110 111000 101101

Color Harmonies of #B2328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2328C

Black with #B2328C

Text Example


Text Example

White with #B2328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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