Html Css Color HEX #B40894 Medium Violet Red

📋 copy color: '#B40894'

red 180 ◦ green 8 ◦ blue 148

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

Shades of Medium Violet Red #B40894

Tints of Medium Violet Red #B40894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.38%

 BLUE value IS 148 (58.2% from 255) = 44.05%

R = 53.57%
G = 2.38%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B40894 (or 0xB40894) is known color: Medium Violet Red. HEX triplet: B4, 08 and 94. RGB value is (180,8,148). Sum of RGB (Red+Green+Blue) = 180+8+148=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B40894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40894 is #4BF76B. Grayscale: #4B4B4B. Windows color (decimal): -4978540 or 9701556. OLE color: 9701556.

HSL color Cylindrical-coordinate representation of color #B40894: hue angle of 311.16º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40894 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 8 148 -
CMYK 0 0.96 0.18 0.29
HSL 311.16º 0.91% 0.37% -
HSV(B) 311.16º 0.96% 0.71% -
XYZ 24.25 12.02 29.06 -
YUV 75.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 180 8 148 0 0.96 0.18 0.29 311.16 0.91 0.37
Hex B4 8 94 0 60 12 1D 137 5B 25
Octal 264 10 224 0 140 22 35 467 133 45
Binary 10110100 1000 10010100 0 1100000 10010 11101 100110111 1011011 100101

Color Harmonies of #B40894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40894

Black with #B40894

Text Example


Text Example

White with #B40894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40894; }

 p { color: rgb(180,8,148); }

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

background-color css

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

 a { background-color: rgb(180,8,148); }

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

border-color css

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

 span { border-color: rgb(180,8,148); }

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