Html Css Color HEX #B0239D Medium Red Violet

📋 copy color: '#B0239D'

red 176 ◦ green 35 ◦ blue 157

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

Shades of Medium Red Violet #B0239D

Tints of Medium Red Violet #B0239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 47.83%
G = 9.51%
B = 42.66%

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

#B0239D (or 0xB0239D) is known color: Medium Red Violet. HEX triplet: B0, 23 and 9D. RGB value is (176,35,157). Sum of RGB (Red+Green+Blue) = 176+35+157=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0239D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0239D is #4FDC62. Grayscale: #5A5A5A. Windows color (decimal): -5233763 or 10298288. OLE color: 10298288.

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

Color convert

RGB 176 35 157 -
CMYK 0 0.80 0.11 0.31
HSL 308.09º 0.67% 0.41% -
HSV(B) 308.09º 0.8% 0.69% -
XYZ 24.59 12.87 33.09 -
YUV 91.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 176 35 157 0 0.80 0.11 0.31 308.09 0.67 0.41
Hex B0 23 9D 0 50 B 1F 134 43 29
Octal 260 43 235 0 120 13 37 464 103 51
Binary 10110000 100011 10011101 0 1010000 1011 11111 100110100 1000011 101001

Color Harmonies of #B0239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0239D

Black with #B0239D

Text Example


Text Example

White with #B0239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0239D; }

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

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

background-color css

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

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

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

border-color css

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

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

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