Html Css Color HEX #B23C9F Medium Red Violet

📋 copy color: '#B23C9F'

red 178 ◦ green 60 ◦ blue 159

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

Shades of Medium Red Violet #B23C9F

Tints of Medium Red Violet #B23C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 44.84%
G = 15.11%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B23C9F (or 0xB23C9F) is known color: Medium Red Violet. HEX triplet: B2, 3C and 9F. RGB value is (178,60,159). Sum of RGB (Red+Green+Blue) = 178+60+159=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C9F is #4DC360. Grayscale: #6A6A6A. Windows color (decimal): -5096289 or 10435762. OLE color: 10435762.

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

Color convert

RGB 178 60 159 -
CMYK 0 0.66 0.11 0.30
HSL 309.66º 0.5% 0.47% -
HSV(B) 309.66º 0.66% 0.7% -
XYZ 26.23 15.2 34.35 -
YUV 106.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 178 60 159 0 0.66 0.11 0.30 309.66 0.5 0.47
Hex B2 3C 9F 0 42 B 1E 136 32 2F
Octal 262 74 237 0 102 13 36 466 62 57
Binary 10110010 111100 10011111 0 1000010 1011 11110 100110110 110010 101111

Color Harmonies of #B23C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C9F

Black with #B23C9F

Text Example


Text Example

White with #B23C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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