Html Css Color HEX #B40885 Medium Violet Red

📋 copy color: '#B40885'

red 180 ◦ green 8 ◦ blue 133

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

Shades of Medium Violet Red #B40885

Tints of Medium Violet Red #B40885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 56.07%
G = 2.49%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B40885 (or 0xB40885) is known color: Medium Violet Red. HEX triplet: B4, 08 and 85. RGB value is (180,8,133). Sum of RGB (Red+Green+Blue) = 180+8+133=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B40885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40885 is #4BF77A. Grayscale: #494949. Windows color (decimal): -4978555 or 8718516. OLE color: 8718516.

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

Color convert

RGB 180 8 133 -
CMYK 0 0.96 0.26 0.29
HSL 316.4º 0.91% 0.37% -
HSV(B) 316.4º 0.96% 0.71% -
XYZ 23.14 11.57 23.2 -
YUV 73.68 161.48 203.84 -
System Red Green Blue C M Y K H S L
Decimal 180 8 133 0 0.96 0.26 0.29 316.4 0.91 0.37
Hex B4 8 85 0 60 1A 1D 13C 5B 25
Octal 264 10 205 0 140 32 35 474 133 45
Binary 10110100 1000 10000101 0 1100000 11010 11101 100111100 1011011 100101

Color Harmonies of #B40885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40885

Black with #B40885

Text Example


Text Example

White with #B40885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40885; }

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

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

background-color css

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

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

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

border-color css

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

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

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