Html Css Color HEX #B23C81 Medium Red Violet

📋 copy color: '#B23C81'

red 178 ◦ green 60 ◦ blue 129

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

Shades of Medium Red Violet #B23C81

Tints of Medium Red Violet #B23C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 48.5%
G = 16.35%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B23C81 (or 0xB23C81) is known color: Medium Red Violet. HEX triplet: B2, 3C and 81. RGB value is (178,60,129). Sum of RGB (Red+Green+Blue) = 178+60+129=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C81 is #4DC37E. Grayscale: #666666. Windows color (decimal): -5096319 or 8469682. OLE color: 8469682.

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

Color convert

RGB 178 60 129 -
CMYK 0 0.66 0.28 0.30
HSL 324.92º 0.5% 0.47% -
HSV(B) 324.92º 0.66% 0.7% -
XYZ 23.94 14.28 22.26 -
YUV 103.15 142.59 181.39 -
System Red Green Blue C M Y K H S L
Decimal 178 60 129 0 0.66 0.28 0.30 324.92 0.5 0.47
Hex B2 3C 81 0 42 1C 1E 145 32 2F
Octal 262 74 201 0 102 34 36 505 62 57
Binary 10110010 111100 10000001 0 1000010 11100 11110 101000101 110010 101111

Color Harmonies of #B23C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C81

Black with #B23C81

Text Example


Text Example

White with #B23C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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