Html Css Color HEX #B4009F Medium Violet Red

📋 copy color: '#B4009F'

red 180 ◦ green 0 ◦ blue 159

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

Shades of Medium Violet Red #B4009F

Tints of Medium Violet Red #B4009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 53.1%
G = 0%
B = 46.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4009F (or 0xB4009F) is known color: Medium Violet Red. HEX triplet: B4, 00 and 9F. RGB value is (180,0,159). Sum of RGB (Red+Green+Blue) = 180+0+159=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4009F is #4BFF60. Grayscale: #474747. Windows color (decimal): -4980577 or 10420404. OLE color: 10420404.

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

Color convert

RGB 180 0 159 -
CMYK 0 1 0.12 0.29
HSL 307º 1% 0.35% -
HSV(B) 307º 1% 0.71% -
XYZ 25.08 12.21 33.84 -
YUV 71.95 177.13 205.07 -
System Red Green Blue C M Y K H S L
Decimal 180 0 159 0 1 0.12 0.29 307 1 0.35
Hex B4 0 9F 0 64 C 1D 133 64 23
Octal 264 0 237 0 144 14 35 463 144 43
Binary 10110100 0 10011111 0 1100100 1100 11101 100110011 1100100 100011

Color Harmonies of #B4009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4009F

Black with #B4009F

Text Example


Text Example

White with #B4009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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