Html Css Color HEX #B0359B Medium Red Violet

📋 copy color: '#B0359B'

red 176 ◦ green 53 ◦ blue 155

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

Shades of Medium Red Violet #B0359B

Tints of Medium Red Violet #B0359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.8%

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

R = 45.83%
G = 13.8%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0359B (or 0xB0359B) is known color: Medium Red Violet. HEX triplet: B0, 35 and 9B. RGB value is (176,53,155). Sum of RGB (Red+Green+Blue) = 176+53+155=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0359B is #4FCA64. Grayscale: #656565. Windows color (decimal): -5229157 or 10171824. OLE color: 10171824.

HSL color Cylindrical-coordinate representation of color #B0359B: hue angle of 310.24º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0359B is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 53 155 -
CMYK 0 0.70 0.12 0.31
HSL 310.24º 0.54% 0.45% -
HSV(B) 310.24º 0.7% 0.69% -
XYZ 25.09 14.14 32.42 -
YUV 101.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 176 53 155 0 0.70 0.12 0.31 310.24 0.54 0.45
Hex B0 35 9B 0 46 C 1F 136 36 2D
Octal 260 65 233 0 106 14 37 466 66 55
Binary 10110000 110101 10011011 0 1000110 1100 11111 100110110 110110 101101

Color Harmonies of #B0359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0359B

Black with #B0359B

Text Example


Text Example

White with #B0359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0359B; }

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

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

background-color css

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

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

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

border-color css

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

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

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