Html Css Color HEX #B0239A Medium Red Violet

📋 copy color: '#B0239A'

red 176 ◦ green 35 ◦ blue 154

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

Shades of Medium Red Violet #B0239A

Tints of Medium Red Violet #B0239A

RGB

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

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

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

R = 48.22%
G = 9.59%
B = 42.19%

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

#B0239A (or 0xB0239A) is known color: Medium Red Violet. HEX triplet: B0, 23 and 9A. RGB value is (176,35,154). Sum of RGB (Red+Green+Blue) = 176+35+154=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0239A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0239A is #4FDC65. Grayscale: #5A5A5A. Windows color (decimal): -5233766 or 10101680. OLE color: 10101680.

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

Color convert

RGB 176 35 154 -
CMYK 0 0.80 0.12 0.31
HSL 309.36º 0.67% 0.41% -
HSV(B) 309.36º 0.8% 0.69% -
XYZ 24.34 12.77 31.75 -
YUV 90.73 163.71 188.82 -
System Red Green Blue C M Y K H S L
Decimal 176 35 154 0 0.80 0.12 0.31 309.36 0.67 0.41
Hex B0 23 9A 0 50 C 1F 135 43 29
Octal 260 43 232 0 120 14 37 465 103 51
Binary 10110000 100011 10011010 0 1010000 1100 11111 100110101 1000011 101001

Color Harmonies of #B0239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0239A

Black with #B0239A

Text Example


Text Example

White with #B0239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0239A; }

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

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

background-color css

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

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

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

border-color css

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

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

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