Html Css Color HEX #B0369D Medium Red Violet

📋 copy color: '#B0369D'

red 176 ◦ green 54 ◦ blue 157

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

Shades of Medium Red Violet #B0369D

Tints of Medium Red Violet #B0369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 45.48%
G = 13.95%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0369D (or 0xB0369D) is known color: Medium Red Violet. HEX triplet: B0, 36 and 9D. RGB value is (176,54,157). Sum of RGB (Red+Green+Blue) = 176+54+157=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0369D is #4FC962. Grayscale: #656565. Windows color (decimal): -5228899 or 10303152. OLE color: 10303152.

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

Color convert

RGB 176 54 157 -
CMYK 0 0.69 0.11 0.31
HSL 309.34º 0.53% 0.45% -
HSV(B) 309.34º 0.69% 0.69% -
XYZ 25.31 14.3 33.33 -
YUV 102.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 176 54 157 0 0.69 0.11 0.31 309.34 0.53 0.45
Hex B0 36 9D 0 45 B 1F 135 35 2D
Octal 260 66 235 0 105 13 37 465 65 55
Binary 10110000 110110 10011101 0 1000101 1011 11111 100110101 110101 101101

Color Harmonies of #B0369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0369D

Black with #B0369D

Text Example


Text Example

White with #B0369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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