Html Css Color HEX #B23C97 Medium Red Violet

📋 copy color: '#B23C97'

red 178 ◦ green 60 ◦ blue 151

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

Shades of Medium Red Violet #B23C97

Tints of Medium Red Violet #B23C97

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.42%

 BLUE value IS 151 (59.38% from 255) = 38.82%

R = 45.76%
G = 15.42%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B23C97 (or 0xB23C97) is known color: Medium Red Violet. HEX triplet: B2, 3C and 97. RGB value is (178,60,151). Sum of RGB (Red+Green+Blue) = 178+60+151=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C97 is #4DC368. Grayscale: #696969. Windows color (decimal): -5096297 or 9911474. OLE color: 9911474.

HSL color Cylindrical-coordinate representation of color #B23C97: hue angle of 313.73º degrees, saturation: 0.5, 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 #B23C97 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 60 151 -
CMYK 0 0.66 0.15 0.30
HSL 313.73º 0.5% 0.47% -
HSV(B) 313.73º 0.66% 0.7% -
XYZ 25.56 14.93 30.81 -
YUV 105.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 178 60 151 0 0.66 0.15 0.30 313.73 0.5 0.47
Hex B2 3C 97 0 42 F 1E 13A 32 2F
Octal 262 74 227 0 102 17 36 472 62 57
Binary 10110010 111100 10010111 0 1000010 1111 11110 100111010 110010 101111

Color Harmonies of #B23C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C97

Black with #B23C97

Text Example


Text Example

White with #B23C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C97; }

 p { color: rgb(178,60,151); }

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

background-color css

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

 a { background-color: rgb(178,60,151); }

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

border-color css

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

 span { border-color: rgb(178,60,151); }

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