Html Css Color HEX #B0368B Medium Red Violet

📋 copy color: '#B0368B'

red 176 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #B0368B

Tints of Medium Red Violet #B0368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 47.7%
G = 14.63%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0368B (or 0xB0368B) is known color: Medium Red Violet. HEX triplet: B0, 36 and 8B. RGB value is (176,54,139). Sum of RGB (Red+Green+Blue) = 176+54+139=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0368B is #4FC974. Grayscale: #636363. Windows color (decimal): -5228917 or 9123504. OLE color: 9123504.

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

Color convert

RGB 176 54 139 -
CMYK 0 0.69 0.21 0.31
HSL 318.2º 0.53% 0.45% -
HSV(B) 318.2º 0.69% 0.69% -
XYZ 23.88 13.73 25.82 -
YUV 100.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 176 54 139 0 0.69 0.21 0.31 318.2 0.53 0.45
Hex B0 36 8B 0 45 15 1F 13E 35 2D
Octal 260 66 213 0 105 25 37 476 65 55
Binary 10110000 110110 10001011 0 1000101 10101 11111 100111110 110101 101101

Color Harmonies of #B0368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0368B

Black with #B0368B

Text Example


Text Example

White with #B0368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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