Html Css Color HEX #B23172 Medium Red Violet

📋 copy color: '#B23172'

red 178 ◦ green 49 ◦ blue 114

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

Shades of Medium Red Violet #B23172

Tints of Medium Red Violet #B23172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.37%

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 52.2%
G = 14.37%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B23172 (or 0xB23172) is known color: Medium Red Violet. HEX triplet: B2, 31 and 72. RGB value is (178,49,114). Sum of RGB (Red+Green+Blue) = 178+49+114=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B23172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23172 is #4DCE8D. Grayscale: #5E5E5E. Windows color (decimal): -5099150 or 7483826. OLE color: 7483826.

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

Color convert

RGB 178 49 114 -
CMYK 0 0.72 0.36 0.30
HSL 329.77º 0.57% 0.45% -
HSV(B) 329.77º 0.72% 0.7% -
XYZ 22.5 12.88 17.22 -
YUV 94.98 138.74 187.21 -
System Red Green Blue C M Y K H S L
Decimal 178 49 114 0 0.72 0.36 0.30 329.77 0.57 0.45
Hex B2 31 72 0 48 24 1E 14A 39 2D
Octal 262 61 162 0 110 44 36 512 71 55
Binary 10110010 110001 1110010 0 1001000 100100 11110 101001010 111001 101101

Color Harmonies of #B23172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23172

Black with #B23172

Text Example


Text Example

White with #B23172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23172; }

 p { color: rgb(178,49,114); }

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

background-color css

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

 a { background-color: rgb(178,49,114); }

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

border-color css

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

 span { border-color: rgb(178,49,114); }

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