Html Css Color HEX #B0358C Medium Red Violet

📋 copy color: '#B0358C'

red 176 ◦ green 53 ◦ blue 140

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

Shades of Medium Red Violet #B0358C

Tints of Medium Red Violet #B0358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 47.7%
G = 14.36%
B = 37.94%

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

#B0358C (or 0xB0358C) is known color: Medium Red Violet. HEX triplet: B0, 35 and 8C. RGB value is (176,53,140). Sum of RGB (Red+Green+Blue) = 176+53+140=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0358C is #4FCA73. Grayscale: #636363. Windows color (decimal): -5229172 or 9188784. OLE color: 9188784.

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

Color convert

RGB 176 53 140 -
CMYK 0 0.70 0.20 0.31
HSL 317.56º 0.54% 0.45% -
HSV(B) 317.56º 0.7% 0.69% -
XYZ 23.91 13.67 26.19 -
YUV 99.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 176 53 140 0 0.70 0.20 0.31 317.56 0.54 0.45
Hex B0 35 8C 0 46 14 1F 13E 36 2D
Octal 260 65 214 0 106 24 37 476 66 55
Binary 10110000 110101 10001100 0 1000110 10100 11111 100111110 110110 101101

Color Harmonies of #B0358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0358C

Black with #B0358C

Text Example


Text Example

White with #B0358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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