Html Css Color HEX #B0147E Medium Violet Red

📋 copy color: '#B0147E'

red 176 ◦ green 20 ◦ blue 126

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

Shades of Medium Violet Red #B0147E

Tints of Medium Violet Red #B0147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

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

R = 54.66%
G = 6.21%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0147E (or 0xB0147E) is known color: Medium Violet Red. HEX triplet: B0, 14 and 7E. RGB value is (176,20,126). Sum of RGB (Red+Green+Blue) = 176+20+126=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0147E is #4FEB81. Grayscale: #4E4E4E. Windows color (decimal): -5237634 or 8262832. OLE color: 8262832.

HSL color Cylindrical-coordinate representation of color #B0147E: hue angle of 319.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0147E is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 20 126 -
CMYK 0 0.89 0.28 0.31
HSL 319.23º 0.8% 0.38% -
HSV(B) 319.23º 0.89% 0.69% -
XYZ 21.92 11.24 20.75 -
YUV 78.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 176 20 126 0 0.89 0.28 0.31 319.23 0.8 0.38
Hex B0 14 7E 0 59 1C 1F 13F 50 26
Octal 260 24 176 0 131 34 37 477 120 46
Binary 10110000 10100 1111110 0 1011001 11100 11111 100111111 1010000 100110

Color Harmonies of #B0147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0147E

Black with #B0147E

Text Example


Text Example

White with #B0147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0147E; }

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

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

background-color css

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

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

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

border-color css

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

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

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