Html Css Color HEX #B0367E Medium Red Violet

📋 copy color: '#B0367E'

red 176 ◦ green 54 ◦ blue 126

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

Shades of Medium Red Violet #B0367E

Tints of Medium Red Violet #B0367E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.39%

R = 49.44%
G = 15.17%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0367E (or 0xB0367E) is known color: Medium Red Violet. HEX triplet: B0, 36 and 7E. RGB value is (176,54,126). Sum of RGB (Red+Green+Blue) = 176+54+126=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0367E is #4FC981. Grayscale: #626262. Windows color (decimal): -5228930 or 8271536. OLE color: 8271536.

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

Color convert

RGB 176 54 126 -
CMYK 0 0.69 0.28 0.31
HSL 324.59º 0.53% 0.45% -
HSV(B) 324.59º 0.69% 0.69% -
XYZ 22.99 13.37 21.11 -
YUV 98.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 176 54 126 0 0.69 0.28 0.31 324.59 0.53 0.45
Hex B0 36 7E 0 45 1C 1F 145 35 2D
Octal 260 66 176 0 105 34 37 505 65 55
Binary 10110000 110110 1111110 0 1000101 11100 11111 101000101 110101 101101

Color Harmonies of #B0367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0367E

Black with #B0367E

Text Example


Text Example

White with #B0367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0367E; }

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

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

background-color css

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

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

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

border-color css

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

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

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