Html Css Color HEX #B44183 Medium Red Violet

📋 copy color: '#B44183'

red 180 ◦ green 65 ◦ blue 131

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

Shades of Medium Red Violet #B44183

Tints of Medium Red Violet #B44183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 47.87%
G = 17.29%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B44183 (or 0xB44183) is known color: Medium Red Violet. HEX triplet: B4, 41 and 83. RGB value is (180,65,131). Sum of RGB (Red+Green+Blue) = 180+65+131=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B44183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44183 is #4BBE7C. Grayscale: #6A6A6A. Windows color (decimal): -4963965 or 8602036. OLE color: 8602036.

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

Color convert

RGB 180 65 131 -
CMYK 0 0.64 0.27 0.29
HSL 325.57º 0.47% 0.48% -
HSV(B) 325.57º 0.64% 0.71% -
XYZ 24.81 15.12 23.08 -
YUV 106.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 180 65 131 0 0.64 0.27 0.29 325.57 0.47 0.48
Hex B4 41 83 0 40 1B 1D 146 2F 30
Octal 264 101 203 0 100 33 35 506 57 60
Binary 10110100 1000001 10000011 0 1000000 11011 11101 101000110 101111 110000

Color Harmonies of #B44183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44183

Black with #B44183

Text Example


Text Example

White with #B44183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44183; }

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

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

background-color css

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

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

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

border-color css

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

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

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