Html Css Color HEX #B23175 Medium Red Violet

📋 copy color: '#B23175'

red 178 ◦ green 49 ◦ blue 117

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

Shades of Medium Red Violet #B23175

Tints of Medium Red Violet #B23175

RGB

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

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

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

R = 51.74%
G = 14.24%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B23175 (or 0xB23175) is known color: Medium Red Violet. HEX triplet: B2, 31 and 75. RGB value is (178,49,117). Sum of RGB (Red+Green+Blue) = 178+49+117=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B23175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23175 is #4DCE8A. Grayscale: #5F5F5F. Windows color (decimal): -5099147 or 7680434. OLE color: 7680434.

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

Color convert

RGB 178 49 117 -
CMYK 0 0.72 0.34 0.30
HSL 328.37º 0.57% 0.45% -
HSV(B) 328.37º 0.72% 0.7% -
XYZ 22.67 12.95 18.13 -
YUV 95.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 178 49 117 0 0.72 0.34 0.30 328.37 0.57 0.45
Hex B2 31 75 0 48 22 1E 148 39 2D
Octal 262 61 165 0 110 42 36 510 71 55
Binary 10110010 110001 1110101 0 1001000 100010 11110 101001000 111001 101101

Color Harmonies of #B23175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23175

Black with #B23175

Text Example


Text Example

White with #B23175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23175; }

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

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

background-color css

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

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

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

border-color css

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

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

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