Html Css Color HEX #B2328D Medium Red Violet

📋 copy color: '#B2328D'

red 178 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #B2328D

Tints of Medium Red Violet #B2328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 48.24%
G = 13.55%
B = 38.21%

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

#B2328D (or 0xB2328D) is known color: Medium Red Violet. HEX triplet: B2, 32 and 8D. RGB value is (178,50,141). Sum of RGB (Red+Green+Blue) = 178+50+141=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2328D is #4DCD72. Grayscale: #626262. Windows color (decimal): -5098867 or 9253554. OLE color: 9253554.

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

Color convert

RGB 178 50 141 -
CMYK 0 0.72 0.21 0.30
HSL 317.34º 0.56% 0.45% -
HSV(B) 317.34º 0.72% 0.7% -
XYZ 24.31 13.67 26.56 -
YUV 98.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 178 50 141 0 0.72 0.21 0.30 317.34 0.56 0.45
Hex B2 32 8D 0 48 15 1E 13D 38 2D
Octal 262 62 215 0 110 25 36 475 70 55
Binary 10110010 110010 10001101 0 1001000 10101 11110 100111101 111000 101101

Color Harmonies of #B2328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2328D

Black with #B2328D

Text Example


Text Example

White with #B2328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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