Html Css Color HEX #B65490 Mulberry

📋 copy color: '#B65490'

red 182 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #B65490

Tints of Mulberry #B65490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.49%

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

R = 44.39%
G = 20.49%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B65490 (or 0xB65490) is known color: Mulberry. HEX triplet: B6, 54 and 90. RGB value is (182,84,144). Sum of RGB (Red+Green+Blue) = 182+84+144=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B65490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65490 is #49AB6F. Grayscale: #787878. Windows color (decimal): -4828016 or 9458870. OLE color: 9458870.

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

Color convert

RGB 182 84 144 -
CMYK 0 0.54 0.21 0.29
HSL 323.27º 0.4% 0.52% -
HSV(B) 323.27º 0.54% 0.71% -
XYZ 27.5 18.3 28.47 -
YUV 120.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 182 84 144 0 0.54 0.21 0.29 323.27 0.4 0.52
Hex B6 54 90 0 36 15 1D 143 28 34
Octal 266 124 220 0 66 25 35 503 50 64
Binary 10110110 1010100 10010000 0 110110 10101 11101 101000011 101000 110100

Color Harmonies of #B65490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65490

Black with #B65490

Text Example


Text Example

White with #B65490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65490; }

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

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

background-color css

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

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

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

border-color css

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

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

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