Html Css Color HEX #B0147B Medium Violet Red

📋 copy color: '#B0147B'

red 176 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #B0147B

Tints of Medium Violet Red #B0147B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 55.17%
G = 6.27%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0147B (or 0xB0147B) is known color: Medium Violet Red. HEX triplet: B0, 14 and 7B. RGB value is (176,20,123). Sum of RGB (Red+Green+Blue) = 176+20+123=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0147B is #4FEB84. Grayscale: #4E4E4E. Windows color (decimal): -5237637 or 8066224. OLE color: 8066224.

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

Color convert

RGB 176 20 123 -
CMYK 0 0.89 0.30 0.31
HSL 320.38º 0.8% 0.38% -
HSV(B) 320.38º 0.89% 0.69% -
XYZ 21.73 11.16 19.75 -
YUV 78.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 176 20 123 0 0.89 0.30 0.31 320.38 0.8 0.38
Hex B0 14 7B 0 59 1E 1F 140 50 26
Octal 260 24 173 0 131 36 37 500 120 46
Binary 10110000 10100 1111011 0 1011001 11110 11111 101000000 1010000 100110

Color Harmonies of #B0147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0147B

Black with #B0147B

Text Example


Text Example

White with #B0147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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