Html Css Color HEX #B2328B Medium Red Violet

📋 copy color: '#B2328B'

red 178 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #B2328B

Tints of Medium Red Violet #B2328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 48.5%
G = 13.62%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2328B (or 0xB2328B) is known color: Medium Red Violet. HEX triplet: B2, 32 and 8B. RGB value is (178,50,139). Sum of RGB (Red+Green+Blue) = 178+50+139=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2328B is #4DCD74. Grayscale: #626262. Windows color (decimal): -5098869 or 9122482. OLE color: 9122482.

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

Color convert

RGB 178 50 139 -
CMYK 0 0.72 0.22 0.30
HSL 318.28º 0.56% 0.45% -
HSV(B) 318.28º 0.72% 0.7% -
XYZ 24.16 13.61 25.78 -
YUV 98.42 150.91 184.76 -
System Red Green Blue C M Y K H S L
Decimal 178 50 139 0 0.72 0.22 0.30 318.28 0.56 0.45
Hex B2 32 8B 0 48 16 1E 13E 38 2D
Octal 262 62 213 0 110 26 36 476 70 55
Binary 10110010 110010 10001011 0 1001000 10110 11110 100111110 111000 101101

Color Harmonies of #B2328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2328B

Black with #B2328B

Text Example


Text Example

White with #B2328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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