Html Css Color HEX #B23595 Medium Red Violet

📋 copy color: '#B23595'

red 178 ◦ green 53 ◦ blue 149

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

Shades of Medium Red Violet #B23595

Tints of Medium Red Violet #B23595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 46.84%
G = 13.95%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B23595 (or 0xB23595) is known color: Medium Red Violet. HEX triplet: B2, 35 and 95. RGB value is (178,53,149). Sum of RGB (Red+Green+Blue) = 178+53+149=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B23595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23595 is #4DCA6A. Grayscale: #656565. Windows color (decimal): -5098091 or 9778610. OLE color: 9778610.

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

Color convert

RGB 178 53 149 -
CMYK 0 0.70 0.16 0.30
HSL 313.92º 0.54% 0.45% -
HSV(B) 313.92º 0.7% 0.7% -
XYZ 25.06 14.18 29.85 -
YUV 101.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 178 53 149 0 0.70 0.16 0.30 313.92 0.54 0.45
Hex B2 35 95 0 46 10 1E 13A 36 2D
Octal 262 65 225 0 106 20 36 472 66 55
Binary 10110010 110101 10010101 0 1000110 10000 11110 100111010 110110 101101

Color Harmonies of #B23595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23595

Black with #B23595

Text Example


Text Example

White with #B23595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23595; }

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

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

background-color css

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

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

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

border-color css

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

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

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