Html Css Color HEX #B0368F Medium Red Violet

📋 copy color: '#B0368F'

red 176 ◦ green 54 ◦ blue 143

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

Shades of Medium Red Violet #B0368F

Tints of Medium Red Violet #B0368F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.48%

 BLUE value IS 143 (56.25% from 255) = 38.34%

R = 47.18%
G = 14.48%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0368F (or 0xB0368F) is known color: Medium Red Violet. HEX triplet: B0, 36 and 8F. RGB value is (176,54,143). Sum of RGB (Red+Green+Blue) = 176+54+143=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0368F is #4FC970. Grayscale: #646464. Windows color (decimal): -5228913 or 9385648. OLE color: 9385648.

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

Color convert

RGB 176 54 143 -
CMYK 0 0.69 0.19 0.31
HSL 316.23º 0.53% 0.45% -
HSV(B) 316.23º 0.69% 0.69% -
XYZ 24.18 13.85 27.39 -
YUV 100.62 151.92 181.76 -
System Red Green Blue C M Y K H S L
Decimal 176 54 143 0 0.69 0.19 0.31 316.23 0.53 0.45
Hex B0 36 8F 0 45 13 1F 13C 35 2D
Octal 260 66 217 0 105 23 37 474 65 55
Binary 10110000 110110 10001111 0 1000101 10011 11111 100111100 110101 101101

Color Harmonies of #B0368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0368F

Black with #B0368F

Text Example


Text Example

White with #B0368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0368F; }

 p { color: rgb(176,54,143); }

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

background-color css

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

 a { background-color: rgb(176,54,143); }

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

border-color css

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

 span { border-color: rgb(176,54,143); }

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