Html Css Color HEX #B8419C Mulberry

📋 copy color: '#B8419C'

red 184 ◦ green 65 ◦ blue 156

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

Shades of Mulberry #B8419C

Tints of Mulberry #B8419C

RGB

 RED value IS 184 (72.27% from 255) = 45.43%

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

 BLUE value IS 156 (61.33% from 255) = 38.52%

R = 45.43%
G = 16.05%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B8419C (or 0xB8419C) is known color: Mulberry. HEX triplet: B8, 41 and 9C. RGB value is (184,65,156). Sum of RGB (Red+Green+Blue) = 184+65+156=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8419C is #47BE63. Grayscale: #6E6E6E. Windows color (decimal): -4701796 or 10240440. OLE color: 10240440.

HSL color Cylindrical-coordinate representation of color #B8419C: hue angle of 314.12º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8419C is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 65 156 -
CMYK 0 0.65 0.15 0.28
HSL 314.12º 0.48% 0.49% -
HSV(B) 314.12º 0.65% 0.72% -
XYZ 27.66 16.37 33.15 -
YUV 110.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 184 65 156 0 0.65 0.15 0.28 314.12 0.48 0.49
Hex B8 41 9C 0 41 F 1C 13A 30 31
Octal 270 101 234 0 101 17 34 472 60 61
Binary 10111000 1000001 10011100 0 1000001 1111 11100 100111010 110000 110001

Color Harmonies of #B8419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8419C

Black with #B8419C

Text Example


Text Example

White with #B8419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8419C; }

 p { color: rgb(184,65,156); }

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

background-color css

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

 a { background-color: rgb(184,65,156); }

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

border-color css

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

 span { border-color: rgb(184,65,156); }

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