Html Css Color HEX #B0239C Medium Red Violet

📋 copy color: '#B0239C'

red 176 ◦ green 35 ◦ blue 156

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

Shades of Medium Red Violet #B0239C

Tints of Medium Red Violet #B0239C

RGB

 RED value IS 176 (69.14% from 255) = 47.96%

 GREEN value IS 35 (14.06% from 255) = 9.54%

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 47.96%
G = 9.54%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0239C (or 0xB0239C) is known color: Medium Red Violet. HEX triplet: B0, 23 and 9C. RGB value is (176,35,156). Sum of RGB (Red+Green+Blue) = 176+35+156=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0239C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0239C is #4FDC63. Grayscale: #5A5A5A. Windows color (decimal): -5233764 or 10232752. OLE color: 10232752.

HSL color Cylindrical-coordinate representation of color #B0239C: hue angle of 308.51º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0239C is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 35 156 -
CMYK 0 0.80 0.11 0.31
HSL 308.51º 0.67% 0.41% -
HSV(B) 308.51º 0.8% 0.69% -
XYZ 24.51 12.83 32.64 -
YUV 90.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 176 35 156 0 0.80 0.11 0.31 308.51 0.67 0.41
Hex B0 23 9C 0 50 B 1F 135 43 29
Octal 260 43 234 0 120 13 37 465 103 51
Binary 10110000 100011 10011100 0 1010000 1011 11111 100110101 1000011 101001

Color Harmonies of #B0239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0239C

Black with #B0239C

Text Example


Text Example

White with #B0239C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0239C; }

 p { color: rgb(176,35,156); }

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

background-color css

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

 a { background-color: rgb(176,35,156); }

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

border-color css

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

 span { border-color: rgb(176,35,156); }

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