Html Css Color HEX #B23193 Medium Red Violet

📋 copy color: '#B23193'

red 178 ◦ green 49 ◦ blue 147

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

Shades of Medium Red Violet #B23193

Tints of Medium Red Violet #B23193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 47.59%
G = 13.1%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B23193 (or 0xB23193) is known color: Medium Red Violet. HEX triplet: B2, 31 and 93. RGB value is (178,49,147). Sum of RGB (Red+Green+Blue) = 178+49+147=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B23193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23193 is #4DCE6C. Grayscale: #626262. Windows color (decimal): -5099117 or 9646514. OLE color: 9646514.

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

Color convert

RGB 178 49 147 -
CMYK 0 0.72 0.17 0.30
HSL 314.42º 0.57% 0.45% -
HSV(B) 314.42º 0.72% 0.7% -
XYZ 24.72 13.77 28.96 -
YUV 98.74 155.24 184.53 -
System Red Green Blue C M Y K H S L
Decimal 178 49 147 0 0.72 0.17 0.30 314.42 0.57 0.45
Hex B2 31 93 0 48 11 1E 13A 39 2D
Octal 262 61 223 0 110 21 36 472 71 55
Binary 10110010 110001 10010011 0 1001000 10001 11110 100111010 111001 101101

Color Harmonies of #B23193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23193

Black with #B23193

Text Example


Text Example

White with #B23193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23193; }

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

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

background-color css

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

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

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

border-color css

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

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

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