Html Css Color HEX #B23293 Medium Red Violet

📋 copy color: '#B23293'

red 178 ◦ green 50 ◦ blue 147

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

Shades of Medium Red Violet #B23293

Tints of Medium Red Violet #B23293

RGB

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

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

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

R = 47.47%
G = 13.33%
B = 39.2%

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

#B23293 (or 0xB23293) is known color: Medium Red Violet. HEX triplet: B2, 32 and 93. RGB value is (178,50,147). Sum of RGB (Red+Green+Blue) = 178+50+147=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B23293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23293 is #4DCD6C. Grayscale: #636363. Windows color (decimal): -5098861 or 9646770. OLE color: 9646770.

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

Color convert

RGB 178 50 147 -
CMYK 0 0.72 0.17 0.30
HSL 314.53º 0.56% 0.45% -
HSV(B) 314.53º 0.72% 0.7% -
XYZ 24.77 13.85 28.97 -
YUV 99.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 178 50 147 0 0.72 0.17 0.30 314.53 0.56 0.45
Hex B2 32 93 0 48 11 1E 13B 38 2D
Octal 262 62 223 0 110 21 36 473 70 55
Binary 10110010 110010 10010011 0 1001000 10001 11110 100111011 111000 101101

Color Harmonies of #B23293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23293

Black with #B23293

Text Example


Text Example

White with #B23293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23293; }

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

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

background-color css

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

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

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

border-color css

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

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

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