Html Css Color HEX #B23C89 Medium Red Violet

📋 copy color: '#B23C89'

red 178 ◦ green 60 ◦ blue 137

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

Shades of Medium Red Violet #B23C89

Tints of Medium Red Violet #B23C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 47.47%
G = 16%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B23C89 (or 0xB23C89) is known color: Medium Red Violet. HEX triplet: B2, 3C and 89. RGB value is (178,60,137). Sum of RGB (Red+Green+Blue) = 178+60+137=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C89 is #4DC376. Grayscale: #676767. Windows color (decimal): -5096311 or 8993970. OLE color: 8993970.

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

Color convert

RGB 178 60 137 -
CMYK 0 0.66 0.23 0.30
HSL 320.85º 0.5% 0.47% -
HSV(B) 320.85º 0.66% 0.7% -
XYZ 24.49 14.5 25.18 -
YUV 104.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 178 60 137 0 0.66 0.23 0.30 320.85 0.5 0.47
Hex B2 3C 89 0 42 17 1E 141 32 2F
Octal 262 74 211 0 102 27 36 501 62 57
Binary 10110010 111100 10001001 0 1000010 10111 11110 101000001 110010 101111

Color Harmonies of #B23C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C89

Black with #B23C89

Text Example


Text Example

White with #B23C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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