Html Css Color HEX #B23271 Medium Red Violet

📋 copy color: '#B23271'

red 178 ◦ green 50 ◦ blue 113

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

Shades of Medium Red Violet #B23271

Tints of Medium Red Violet #B23271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.14%

R = 52.2%
G = 14.66%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B23271 (or 0xB23271) is known color: Medium Red Violet. HEX triplet: B2, 32 and 71. RGB value is (178,50,113). Sum of RGB (Red+Green+Blue) = 178+50+113=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B23271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23271 is #4DCD8E. Grayscale: #5F5F5F. Windows color (decimal): -5098895 or 7418546. OLE color: 7418546.

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

Color convert

RGB 178 50 113 -
CMYK 0 0.72 0.37 0.30
HSL 330.47º 0.56% 0.45% -
HSV(B) 330.47º 0.72% 0.7% -
XYZ 22.48 12.94 16.94 -
YUV 95.45 137.91 186.88 -
System Red Green Blue C M Y K H S L
Decimal 178 50 113 0 0.72 0.37 0.30 330.47 0.56 0.45
Hex B2 32 71 0 48 25 1E 14A 38 2D
Octal 262 62 161 0 110 45 36 512 70 55
Binary 10110010 110010 1110001 0 1001000 100101 11110 101001010 111000 101101

Color Harmonies of #B23271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23271

Black with #B23271

Text Example


Text Example

White with #B23271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23271; }

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

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

background-color css

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

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

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

border-color css

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

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

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