Html Css Color HEX #B65483 Mulberry

📋 copy color: '#B65483'

red 182 ◦ green 84 ◦ blue 131

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

Shades of Mulberry #B65483

Tints of Mulberry #B65483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33%

R = 45.84%
G = 21.16%
B = 33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B65483 (or 0xB65483) is known color: Mulberry. HEX triplet: B6, 54 and 83. RGB value is (182,84,131). Sum of RGB (Red+Green+Blue) = 182+84+131=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B65483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65483 is #49AB7C. Grayscale: #767676. Windows color (decimal): -4828029 or 8606902. OLE color: 8606902.

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

Color convert

RGB 182 84 131 -
CMYK 0 0.54 0.28 0.29
HSL 331.22º 0.4% 0.52% -
HSV(B) 331.22º 0.54% 0.71% -
XYZ 26.56 17.92 23.53 -
YUV 118.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 182 84 131 0 0.54 0.28 0.29 331.22 0.4 0.52
Hex B6 54 83 0 36 1C 1D 14B 28 34
Octal 266 124 203 0 66 34 35 513 50 64
Binary 10110110 1010100 10000011 0 110110 11100 11101 101001011 101000 110100

Color Harmonies of #B65483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65483

Black with #B65483

Text Example


Text Example

White with #B65483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65483; }

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

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

background-color css

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

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

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

border-color css

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

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

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