Html Css Color HEX #B65485 Mulberry

📋 copy color: '#B65485'

red 182 ◦ green 84 ◦ blue 133

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

Shades of Mulberry #B65485

Tints of Mulberry #B65485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.33%

R = 45.61%
G = 21.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B65485 (or 0xB65485) is known color: Mulberry. HEX triplet: B6, 54 and 85. RGB value is (182,84,133). Sum of RGB (Red+Green+Blue) = 182+84+133=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B65485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65485 is #49AB7A. Grayscale: #767676. Windows color (decimal): -4828027 or 8737974. OLE color: 8737974.

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

Color convert

RGB 182 84 133 -
CMYK 0 0.54 0.27 0.29
HSL 330º 0.4% 0.52% -
HSV(B) 330º 0.54% 0.71% -
XYZ 26.7 17.98 24.25 -
YUV 118.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 182 84 133 0 0.54 0.27 0.29 330 0.4 0.52
Hex B6 54 85 0 36 1B 1D 14A 28 34
Octal 266 124 205 0 66 33 35 512 50 64
Binary 10110110 1010100 10000101 0 110110 11011 11101 101001010 101000 110100

Color Harmonies of #B65485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65485

Black with #B65485

Text Example


Text Example

White with #B65485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65485; }

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

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

background-color css

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

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

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

border-color css

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

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

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