Html Css Color HEX #B2328F Medium Red Violet

📋 copy color: '#B2328F'

red 178 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #B2328F

Tints of Medium Red Violet #B2328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.54%

R = 47.98%
G = 13.48%
B = 38.54%

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

#B2328F (or 0xB2328F) is known color: Medium Red Violet. HEX triplet: B2, 32 and 8F. RGB value is (178,50,143). Sum of RGB (Red+Green+Blue) = 178+50+143=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2328F is #4DCD70. Grayscale: #626262. Windows color (decimal): -5098865 or 9384626. OLE color: 9384626.

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

Color convert

RGB 178 50 143 -
CMYK 0 0.72 0.20 0.30
HSL 316.41º 0.56% 0.45% -
HSV(B) 316.41º 0.72% 0.7% -
XYZ 24.46 13.73 27.35 -
YUV 98.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 178 50 143 0 0.72 0.20 0.30 316.41 0.56 0.45
Hex B2 32 8F 0 48 14 1E 13C 38 2D
Octal 262 62 217 0 110 24 36 474 70 55
Binary 10110010 110010 10001111 0 1001000 10100 11110 100111100 111000 101101

Color Harmonies of #B2328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2328F

Black with #B2328F

Text Example


Text Example

White with #B2328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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