Html Css Color HEX #B23D95 Medium Red Violet

📋 copy color: '#B23D95'

red 178 ◦ green 61 ◦ blue 149

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

Shades of Medium Red Violet #B23D95

Tints of Medium Red Violet #B23D95

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.72%

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

R = 45.88%
G = 15.72%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B23D95 (or 0xB23D95) is known color: Medium Red Violet. HEX triplet: B2, 3D and 95. RGB value is (178,61,149). Sum of RGB (Red+Green+Blue) = 178+61+149=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23D95 is #4DC26A. Grayscale: #696969. Windows color (decimal): -5096043 or 9780658. OLE color: 9780658.

HSL color Cylindrical-coordinate representation of color #B23D95: hue angle of 314.87º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23D95 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 61 149 -
CMYK 0 0.66 0.16 0.30
HSL 314.87º 0.49% 0.47% -
HSV(B) 314.87º 0.66% 0.7% -
XYZ 25.45 14.97 29.98 -
YUV 106.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 178 61 149 0 0.66 0.16 0.30 314.87 0.49 0.47
Hex B2 3D 95 0 42 10 1E 13B 31 2F
Octal 262 75 225 0 102 20 36 473 61 57
Binary 10110010 111101 10010101 0 1000010 10000 11110 100111011 110001 101111

Color Harmonies of #B23D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D95

Black with #B23D95

Text Example


Text Example

White with #B23D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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