Html Css Color HEX #B23C8C Medium Red Violet

📋 copy color: '#B23C8C'

red 178 ◦ green 60 ◦ blue 140

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

Shades of Medium Red Violet #B23C8C

Tints of Medium Red Violet #B23C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 47.09%
G = 15.87%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B23C8C (or 0xB23C8C) is known color: Medium Red Violet. HEX triplet: B2, 3C and 8C. RGB value is (178,60,140). Sum of RGB (Red+Green+Blue) = 178+60+140=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C8C is #4DC373. Grayscale: #686868. Windows color (decimal): -5096308 or 9190578. OLE color: 9190578.

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

Color convert

RGB 178 60 140 -
CMYK 0 0.66 0.21 0.30
HSL 319.32º 0.5% 0.47% -
HSV(B) 319.32º 0.66% 0.7% -
XYZ 24.71 14.59 26.32 -
YUV 104.4 148.09 180.5 -
System Red Green Blue C M Y K H S L
Decimal 178 60 140 0 0.66 0.21 0.30 319.32 0.5 0.47
Hex B2 3C 8C 0 42 15 1E 13F 32 2F
Octal 262 74 214 0 102 25 36 477 62 57
Binary 10110010 111100 10001100 0 1000010 10101 11110 100111111 110010 101111

Color Harmonies of #B23C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C8C

Black with #B23C8C

Text Example


Text Example

White with #B23C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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