Html Css Color HEX #B4008A Medium Violet Red

📋 copy color: '#B4008A'

red 180 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #B4008A

Tints of Medium Violet Red #B4008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.4%

R = 56.6%
G = 0%
B = 43.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4008A (or 0xB4008A) is known color: Medium Violet Red. HEX triplet: B4, 00 and 8A. RGB value is (180,0,138). Sum of RGB (Red+Green+Blue) = 180+0+138=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B4008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4008A is #4BFF75. Grayscale: #454545. Windows color (decimal): -4980598 or 9044148. OLE color: 9044148.

HSL color Cylindrical-coordinate representation of color #B4008A: hue angle of 314º 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 #B4008A is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 0 138 -
CMYK 0 1 0.23 0.29
HSL 314º 1% 0.35% -
HSV(B) 314º 1% 0.71% -
XYZ 23.41 11.54 25.04 -
YUV 69.55 166.63 206.78 -
System Red Green Blue C M Y K H S L
Decimal 180 0 138 0 1 0.23 0.29 314 1 0.35
Hex B4 0 8A 0 64 17 1D 13A 64 23
Octal 264 0 212 0 144 27 35 472 144 43
Binary 10110100 0 10001010 0 1100100 10111 11101 100111010 1100100 100011

Color Harmonies of #B4008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4008A

Black with #B4008A

Text Example


Text Example

White with #B4008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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