Html Css Color HEX #B0368C Medium Red Violet

📋 copy color: '#B0368C'

red 176 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #B0368C

Tints of Medium Red Violet #B0368C

RGB

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

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

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

R = 47.57%
G = 14.59%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0368C (or 0xB0368C) is known color: Medium Red Violet. HEX triplet: B0, 36 and 8C. RGB value is (176,54,140). Sum of RGB (Red+Green+Blue) = 176+54+140=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0368C is #4FC973. Grayscale: #646464. Windows color (decimal): -5228916 or 9189040. OLE color: 9189040.

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

Color convert

RGB 176 54 140 -
CMYK 0 0.69 0.20 0.31
HSL 317.7º 0.53% 0.45% -
HSV(B) 317.7º 0.69% 0.69% -
XYZ 23.96 13.76 26.2 -
YUV 100.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 176 54 140 0 0.69 0.20 0.31 317.7 0.53 0.45
Hex B0 36 8C 0 45 14 1F 13E 35 2D
Octal 260 66 214 0 105 24 37 476 65 55
Binary 10110000 110110 10001100 0 1000101 10100 11111 100111110 110101 101101

Color Harmonies of #B0368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0368C

Black with #B0368C

Text Example


Text Example

White with #B0368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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