Html Css Color HEX #B44186 Medium Red Violet

📋 copy color: '#B44186'

red 180 ◦ green 65 ◦ blue 134

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

Shades of Medium Red Violet #B44186

Tints of Medium Red Violet #B44186

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

 BLUE value IS 134 (52.73% from 255) = 35.36%

R = 47.49%
G = 17.15%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B44186 (or 0xB44186) is known color: Medium Red Violet. HEX triplet: B4, 41 and 86. RGB value is (180,65,134). Sum of RGB (Red+Green+Blue) = 180+65+134=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B44186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44186 is #4BBE79. Grayscale: #6B6B6B. Windows color (decimal): -4963962 or 8798644. OLE color: 8798644.

HSL color Cylindrical-coordinate representation of color #B44186: hue angle of 324º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44186 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 65 134 -
CMYK 0 0.64 0.26 0.29
HSL 324º 0.47% 0.48% -
HSV(B) 324º 0.64% 0.71% -
XYZ 25.02 15.21 24.17 -
YUV 107.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 180 65 134 0 0.64 0.26 0.29 324 0.47 0.48
Hex B4 41 86 0 40 1A 1D 144 2F 30
Octal 264 101 206 0 100 32 35 504 57 60
Binary 10110100 1000001 10000110 0 1000000 11010 11101 101000100 101111 110000

Color Harmonies of #B44186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44186

Black with #B44186

Text Example


Text Example

White with #B44186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44186; }

 p { color: rgb(180,65,134); }

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

background-color css

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

 a { background-color: rgb(180,65,134); }

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

border-color css

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

 span { border-color: rgb(180,65,134); }

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