Html Css Color HEX #B0148C Medium Violet Red

📋 copy color: '#B0148C'

red 176 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #B0148C

Tints of Medium Violet Red #B0148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 52.38%
G = 5.95%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0148C (or 0xB0148C) is known color: Medium Violet Red. HEX triplet: B0, 14 and 8C. RGB value is (176,20,140). Sum of RGB (Red+Green+Blue) = 176+20+140=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0148C is #4FEB73. Grayscale: #505050. Windows color (decimal): -5237620 or 9180336. OLE color: 9180336.

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

Color convert

RGB 176 20 140 -
CMYK 0 0.89 0.20 0.31
HSL 313.85º 0.8% 0.38% -
HSV(B) 313.85º 0.89% 0.69% -
XYZ 22.89 11.62 25.85 -
YUV 80.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 176 20 140 0 0.89 0.20 0.31 313.85 0.8 0.38
Hex B0 14 8C 0 59 14 1F 13A 50 26
Octal 260 24 214 0 131 24 37 472 120 46
Binary 10110000 10100 10001100 0 1011001 10100 11111 100111010 1010000 100110

Color Harmonies of #B0148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0148C

Black with #B0148C

Text Example


Text Example

White with #B0148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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