Html Css Color HEX #B23575 Medium Red Violet

📋 copy color: '#B23575'

red 178 ◦ green 53 ◦ blue 117

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

Shades of Medium Red Violet #B23575

Tints of Medium Red Violet #B23575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.23%

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 51.15%
G = 15.23%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B23575 (or 0xB23575) is known color: Medium Red Violet. HEX triplet: B2, 35 and 75. RGB value is (178,53,117). Sum of RGB (Red+Green+Blue) = 178+53+117=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B23575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23575 is #4DCA8A. Grayscale: #616161. Windows color (decimal): -5098123 or 7681458. OLE color: 7681458.

HSL color Cylindrical-coordinate representation of color #B23575: hue angle of 329.28º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23575 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 53 117 -
CMYK 0 0.70 0.34 0.30
HSL 329.28º 0.54% 0.45% -
HSV(B) 329.28º 0.7% 0.7% -
XYZ 22.84 13.3 18.19 -
YUV 97.67 138.91 185.3 -
System Red Green Blue C M Y K H S L
Decimal 178 53 117 0 0.70 0.34 0.30 329.28 0.54 0.45
Hex B2 35 75 0 46 22 1E 149 36 2D
Octal 262 65 165 0 106 42 36 511 66 55
Binary 10110010 110101 1110101 0 1000110 100010 11110 101001001 110110 101101

Color Harmonies of #B23575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23575

Black with #B23575

Text Example


Text Example

White with #B23575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23575; }

 p { color: rgb(178,53,117); }

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

background-color css

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

 a { background-color: rgb(178,53,117); }

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

border-color css

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

 span { border-color: rgb(178,53,117); }

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