Html Css Color HEX #B65590 Mulberry

📋 copy color: '#B65590'

red 182 ◦ green 85 ◦ blue 144

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

Shades of Mulberry #B65590

Tints of Mulberry #B65590

RGB

 RED value IS 182 (71.48% from 255) = 44.28%

 GREEN value IS 85 (33.59% from 255) = 20.68%

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 44.28%
G = 20.68%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B65590 (or 0xB65590) is known color: Mulberry. HEX triplet: B6, 55 and 90. RGB value is (182,85,144). Sum of RGB (Red+Green+Blue) = 182+85+144=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B65590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65590 is #49AA6F. Grayscale: #787878. Windows color (decimal): -4827760 or 9459126. OLE color: 9459126.

HSL color Cylindrical-coordinate representation of color #B65590: hue angle of 323.51º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65590 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 85 144 -
CMYK 0 0.53 0.21 0.29
HSL 323.51º 0.4% 0.52% -
HSV(B) 323.51º 0.53% 0.71% -
XYZ 27.57 18.46 28.49 -
YUV 120.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 182 85 144 0 0.53 0.21 0.29 323.51 0.4 0.52
Hex B6 55 90 0 35 15 1D 144 28 34
Octal 266 125 220 0 65 25 35 504 50 64
Binary 10110110 1010101 10010000 0 110101 10101 11101 101000100 101000 110100

Color Harmonies of #B65590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65590

Black with #B65590

Text Example


Text Example

White with #B65590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65590; }

 p { color: rgb(182,85,144); }

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

background-color css

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

 a { background-color: rgb(182,85,144); }

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

border-color css

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

 span { border-color: rgb(182,85,144); }

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