Html Css Color HEX #B0239B Medium Red Violet

📋 copy color: '#B0239B'

red 176 ◦ green 35 ◦ blue 155

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

Shades of Medium Red Violet #B0239B

Tints of Medium Red Violet #B0239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.35%

R = 48.09%
G = 9.56%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0239B (or 0xB0239B) is known color: Medium Red Violet. HEX triplet: B0, 23 and 9B. RGB value is (176,35,155). Sum of RGB (Red+Green+Blue) = 176+35+155=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0239B is #4FDC64. Grayscale: #5A5A5A. Windows color (decimal): -5233765 or 10167216. OLE color: 10167216.

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

Color convert

RGB 176 35 155 -
CMYK 0 0.80 0.12 0.31
HSL 308.94º 0.67% 0.41% -
HSV(B) 308.94º 0.8% 0.69% -
XYZ 24.42 12.8 32.19 -
YUV 90.84 164.21 188.74 -
System Red Green Blue C M Y K H S L
Decimal 176 35 155 0 0.80 0.12 0.31 308.94 0.67 0.41
Hex B0 23 9B 0 50 C 1F 135 43 29
Octal 260 43 233 0 120 14 37 465 103 51
Binary 10110000 100011 10011011 0 1010000 1100 11111 100110101 1000011 101001

Color Harmonies of #B0239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0239B

Black with #B0239B

Text Example


Text Example

White with #B0239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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