Html Css Color HEX #B2328E Medium Red Violet

📋 copy color: '#B2328E'

red 178 ◦ green 50 ◦ blue 142

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

Shades of Medium Red Violet #B2328E

Tints of Medium Red Violet #B2328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 48.11%
G = 13.51%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2328E (or 0xB2328E) is known color: Medium Red Violet. HEX triplet: B2, 32 and 8E. RGB value is (178,50,142). Sum of RGB (Red+Green+Blue) = 178+50+142=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2328E is #4DCD71. Grayscale: #626262. Windows color (decimal): -5098866 or 9319090. OLE color: 9319090.

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

Color convert

RGB 178 50 142 -
CMYK 0 0.72 0.20 0.30
HSL 316.88º 0.56% 0.45% -
HSV(B) 316.88º 0.72% 0.7% -
XYZ 24.38 13.7 26.95 -
YUV 98.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 178 50 142 0 0.72 0.20 0.30 316.88 0.56 0.45
Hex B2 32 8E 0 48 14 1E 13D 38 2D
Octal 262 62 216 0 110 24 36 475 70 55
Binary 10110010 110010 10001110 0 1001000 10100 11110 100111101 111000 101101

Color Harmonies of #B2328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2328E

Black with #B2328E

Text Example


Text Example

White with #B2328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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