Html Css Color HEX #B40694 Medium Violet Red

📋 copy color: '#B40694'

red 180 ◦ green 6 ◦ blue 148

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

Shades of Medium Violet Red #B40694

Tints of Medium Violet Red #B40694

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.8%

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

R = 53.89%
G = 1.8%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B40694 (or 0xB40694) is known color: Medium Violet Red. HEX triplet: B4, 06 and 94. RGB value is (180,6,148). Sum of RGB (Red+Green+Blue) = 180+6+148=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B40694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40694 is #4BF96B. Grayscale: #494949. Windows color (decimal): -4979052 or 9701044. OLE color: 9701044.

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

Color convert

RGB 180 6 148 -
CMYK 0 0.97 0.18 0.29
HSL 311.03º 0.94% 0.36% -
HSV(B) 311.03º 0.97% 0.71% -
XYZ 24.23 11.97 29.05 -
YUV 74.21 169.65 203.45 -
System Red Green Blue C M Y K H S L
Decimal 180 6 148 0 0.97 0.18 0.29 311.03 0.94 0.36
Hex B4 6 94 0 61 12 1D 137 5E 24
Octal 264 6 224 0 141 22 35 467 136 44
Binary 10110100 110 10010100 0 1100001 10010 11101 100110111 1011110 100100

Color Harmonies of #B40694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40694

Black with #B40694

Text Example


Text Example

White with #B40694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40694; }

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

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

background-color css

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

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

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

border-color css

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

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

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