Html Css Color HEX #B23C8E Medium Red Violet

📋 copy color: '#B23C8E'

red 178 ◦ green 60 ◦ blue 142

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

Shades of Medium Red Violet #B23C8E

Tints of Medium Red Violet #B23C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.37%

R = 46.84%
G = 15.79%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B23C8E (or 0xB23C8E) is known color: Medium Red Violet. HEX triplet: B2, 3C and 8E. RGB value is (178,60,142). Sum of RGB (Red+Green+Blue) = 178+60+142=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C8E is #4DC371. Grayscale: #686868. Windows color (decimal): -5096306 or 9321650. OLE color: 9321650.

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

Color convert

RGB 178 60 142 -
CMYK 0 0.66 0.20 0.30
HSL 318.31º 0.5% 0.47% -
HSV(B) 318.31º 0.66% 0.7% -
XYZ 24.86 14.65 27.11 -
YUV 104.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 178 60 142 0 0.66 0.20 0.30 318.31 0.5 0.47
Hex B2 3C 8E 0 42 14 1E 13E 32 2F
Octal 262 74 216 0 102 24 36 476 62 57
Binary 10110010 111100 10001110 0 1000010 10100 11110 100111110 110010 101111

Color Harmonies of #B23C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C8E

Black with #B23C8E

Text Example


Text Example

White with #B23C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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