Html Css Color HEX #B4008D Medium Violet Red

📋 copy color: '#B4008D'

red 180 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #B4008D

Tints of Medium Violet Red #B4008D

RGB

 RED value IS 180 (70.7% from 255) = 56.07%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 56.07%
G = 0%
B = 43.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4008D (or 0xB4008D) is known color: Medium Violet Red. HEX triplet: B4, 00 and 8D. RGB value is (180,0,141). Sum of RGB (Red+Green+Blue) = 180+0+141=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B4008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4008D is #4BFF72. Grayscale: #454545. Windows color (decimal): -4980595 or 9240756. OLE color: 9240756.

HSL color Cylindrical-coordinate representation of color #B4008D: hue angle of 313º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4008D is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 0 141 -
CMYK 0 1 0.22 0.29
HSL 313º 1% 0.35% -
HSV(B) 313º 1% 0.71% -
XYZ 23.63 11.63 26.2 -
YUV 69.89 168.13 206.54 -
System Red Green Blue C M Y K H S L
Decimal 180 0 141 0 1 0.22 0.29 313 1 0.35
Hex B4 0 8D 0 64 16 1D 139 64 23
Octal 264 0 215 0 144 26 35 471 144 43
Binary 10110100 0 10001101 0 1100100 10110 11101 100111001 1100100 100011

Color Harmonies of #B4008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4008D

Black with #B4008D

Text Example


Text Example

White with #B4008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4008D; }

 p { color: rgb(180,0,141); }

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

background-color css

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

 a { background-color: rgb(180,0,141); }

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

border-color css

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

 span { border-color: rgb(180,0,141); }

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