Html Css Color HEX #B23C98 Medium Red Violet

📋 copy color: '#B23C98'

red 178 ◦ green 60 ◦ blue 152

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

Shades of Medium Red Violet #B23C98

Tints of Medium Red Violet #B23C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.97%

R = 45.64%
G = 15.38%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B23C98 (or 0xB23C98) is known color: Medium Red Violet. HEX triplet: B2, 3C and 98. RGB value is (178,60,152). Sum of RGB (Red+Green+Blue) = 178+60+152=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23C98 is #4DC367. Grayscale: #696969. Windows color (decimal): -5096296 or 9977010. OLE color: 9977010.

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

Color convert

RGB 178 60 152 -
CMYK 0 0.66 0.15 0.30
HSL 313.22º 0.5% 0.47% -
HSV(B) 313.22º 0.66% 0.7% -
XYZ 25.64 14.96 31.24 -
YUV 105.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 178 60 152 0 0.66 0.15 0.30 313.22 0.5 0.47
Hex B2 3C 98 0 42 F 1E 139 32 2F
Octal 262 74 230 0 102 17 36 471 62 57
Binary 10110010 111100 10011000 0 1000010 1111 11110 100111001 110010 101111

Color Harmonies of #B23C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C98

Black with #B23C98

Text Example


Text Example

White with #B23C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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