Html Css Color HEX #B23C9A Medium Red Violet

📋 copy color: '#B23C9A'

red 178 ◦ green 60 ◦ blue 154

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

Shades of Medium Red Violet #B23C9A

Tints of Medium Red Violet #B23C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.29%

R = 45.41%
G = 15.31%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B23C9A (or 0xB23C9A) is known color: Medium Red Violet. HEX triplet: B2, 3C and 9A. RGB value is (178,60,154). Sum of RGB (Red+Green+Blue) = 178+60+154=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C9A is #4DC365. Grayscale: #696969. Windows color (decimal): -5096294 or 10108082. OLE color: 10108082.

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

Color convert

RGB 178 60 154 -
CMYK 0 0.66 0.13 0.30
HSL 312.2º 0.5% 0.47% -
HSV(B) 312.2º 0.66% 0.7% -
XYZ 25.81 15.03 32.11 -
YUV 106 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 178 60 154 0 0.66 0.13 0.30 312.2 0.5 0.47
Hex B2 3C 9A 0 42 D 1E 138 32 2F
Octal 262 74 232 0 102 15 36 470 62 57
Binary 10110010 111100 10011010 0 1000010 1101 11110 100111000 110010 101111

Color Harmonies of #B23C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C9A

Black with #B23C9A

Text Example


Text Example

White with #B23C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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