Html Css Color HEX #B65495 Mulberry

📋 copy color: '#B65495'

red 182 ◦ green 84 ◦ blue 149

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

Shades of Mulberry #B65495

Tints of Mulberry #B65495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 43.86%
G = 20.24%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B65495 (or 0xB65495) is known color: Mulberry. HEX triplet: B6, 54 and 95. RGB value is (182,84,149). Sum of RGB (Red+Green+Blue) = 182+84+149=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B65495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65495 is #49AB6A. Grayscale: #787878. Windows color (decimal): -4828011 or 9786550. OLE color: 9786550.

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

Color convert

RGB 182 84 149 -
CMYK 0 0.54 0.18 0.29
HSL 320.2º 0.4% 0.52% -
HSV(B) 320.2º 0.54% 0.71% -
XYZ 27.89 18.46 30.53 -
YUV 120.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 182 84 149 0 0.54 0.18 0.29 320.2 0.4 0.52
Hex B6 54 95 0 36 12 1D 140 28 34
Octal 266 124 225 0 66 22 35 500 50 64
Binary 10110110 1010100 10010101 0 110110 10010 11101 101000000 101000 110100

Color Harmonies of #B65495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65495

Black with #B65495

Text Example


Text Example

White with #B65495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65495; }

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

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

background-color css

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

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

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

border-color css

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

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

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