Html Css Color HEX #B0358D Medium Red Violet

📋 copy color: '#B0358D'

red 176 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #B0358D

Tints of Medium Red Violet #B0358D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 47.57%
G = 14.32%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0358D (or 0xB0358D) is known color: Medium Red Violet. HEX triplet: B0, 35 and 8D. RGB value is (176,53,141). Sum of RGB (Red+Green+Blue) = 176+53+141=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0358D is #4FCA72. Grayscale: #636363. Windows color (decimal): -5229171 or 9254320. OLE color: 9254320.

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

Color convert

RGB 176 53 141 -
CMYK 0 0.70 0.20 0.31
HSL 317.07º 0.54% 0.45% -
HSV(B) 317.07º 0.7% 0.69% -
XYZ 23.99 13.7 26.58 -
YUV 99.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 176 53 141 0 0.70 0.20 0.31 317.07 0.54 0.45
Hex B0 35 8D 0 46 14 1F 13D 36 2D
Octal 260 65 215 0 106 24 37 475 66 55
Binary 10110000 110101 10001101 0 1000110 10100 11111 100111101 110110 101101

Color Harmonies of #B0358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0358D

Black with #B0358D

Text Example


Text Example

White with #B0358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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