Html Css Color HEX #B23C7C Medium Red Violet

📋 copy color: '#B23C7C'

red 178 ◦ green 60 ◦ blue 124

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

Shades of Medium Red Violet #B23C7C

Tints of Medium Red Violet #B23C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 49.17%
G = 16.57%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B23C7C (or 0xB23C7C) is known color: Medium Red Violet. HEX triplet: B2, 3C and 7C. RGB value is (178,60,124). Sum of RGB (Red+Green+Blue) = 178+60+124=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C7C is #4DC383. Grayscale: #666666. Windows color (decimal): -5096324 or 8142002. OLE color: 8142002.

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

Color convert

RGB 178 60 124 -
CMYK 0 0.66 0.30 0.30
HSL 327.46º 0.5% 0.47% -
HSV(B) 327.46º 0.66% 0.7% -
XYZ 23.61 14.15 20.56 -
YUV 102.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 178 60 124 0 0.66 0.30 0.30 327.46 0.5 0.47
Hex B2 3C 7C 0 42 1E 1E 147 32 2F
Octal 262 74 174 0 102 36 36 507 62 57
Binary 10110010 111100 1111100 0 1000010 11110 11110 101000111 110010 101111

Color Harmonies of #B23C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C7C

Black with #B23C7C

Text Example


Text Example

White with #B23C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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