Html Css Color HEX #B0147F Medium Violet Red

📋 copy color: '#B0147F'

red 176 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #B0147F

Tints of Medium Violet Red #B0147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.32%

R = 54.49%
G = 6.19%
B = 39.32%

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

#B0147F (or 0xB0147F) is known color: Medium Violet Red. HEX triplet: B0, 14 and 7F. RGB value is (176,20,127). Sum of RGB (Red+Green+Blue) = 176+20+127=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0147F is #4FEB80. Grayscale: #4E4E4E. Windows color (decimal): -5237633 or 8328368. OLE color: 8328368.

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

Color convert

RGB 176 20 127 -
CMYK 0 0.89 0.28 0.31
HSL 318.85º 0.8% 0.38% -
HSV(B) 318.85º 0.89% 0.69% -
XYZ 21.99 11.26 21.09 -
YUV 78.84 155.18 197.3 -
System Red Green Blue C M Y K H S L
Decimal 176 20 127 0 0.89 0.28 0.31 318.85 0.8 0.38
Hex B0 14 7F 0 59 1C 1F 13F 50 26
Octal 260 24 177 0 131 34 37 477 120 46
Binary 10110000 10100 1111111 0 1011001 11100 11111 100111111 1010000 100110

Color Harmonies of #B0147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0147F

Black with #B0147F

Text Example


Text Example

White with #B0147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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