Html Css Color HEX #B23295 Medium Red Violet

📋 copy color: '#B23295'

red 178 ◦ green 50 ◦ blue 149

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

Shades of Medium Red Violet #B23295

Tints of Medium Red Violet #B23295

RGB

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

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

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

R = 47.21%
G = 13.26%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B23295 (or 0xB23295) is known color: Medium Red Violet. HEX triplet: B2, 32 and 95. RGB value is (178,50,149). Sum of RGB (Red+Green+Blue) = 178+50+149=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B23295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23295 is #4DCD6A. Grayscale: #636363. Windows color (decimal): -5098859 or 9777842. OLE color: 9777842.

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

Color convert

RGB 178 50 149 -
CMYK 0 0.72 0.16 0.30
HSL 313.59º 0.56% 0.45% -
HSV(B) 313.59º 0.72% 0.7% -
XYZ 24.93 13.92 29.81 -
YUV 99.56 155.91 183.95 -
System Red Green Blue C M Y K H S L
Decimal 178 50 149 0 0.72 0.16 0.30 313.59 0.56 0.45
Hex B2 32 95 0 48 10 1E 13A 38 2D
Octal 262 62 225 0 110 20 36 472 70 55
Binary 10110010 110010 10010101 0 1001000 10000 11110 100111010 111000 101101

Color Harmonies of #B23295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23295

Black with #B23295

Text Example


Text Example

White with #B23295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23295; }

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

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

background-color css

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

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

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

border-color css

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

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

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