Html Css Color HEX #B65997 Mulberry

📋 copy color: '#B65997'

red 182 ◦ green 89 ◦ blue 151

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

Shades of Mulberry #B65997

Tints of Mulberry #B65997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.09%

 BLUE value IS 151 (59.38% from 255) = 35.78%

R = 43.13%
G = 21.09%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B65997 (or 0xB65997) is known color: Mulberry. HEX triplet: B6, 59 and 97. RGB value is (182,89,151). Sum of RGB (Red+Green+Blue) = 182+89+151=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B65997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65997 is #49A668. Grayscale: #7B7B7B. Windows color (decimal): -4826729 or 9918902. OLE color: 9918902.

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

Color convert

RGB 182 89 151 -
CMYK 0 0.51 0.17 0.29
HSL 320º 0.39% 0.53% -
HSV(B) 320º 0.51% 0.71% -
XYZ 28.45 19.32 31.51 -
YUV 123.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 182 89 151 0 0.51 0.17 0.29 320 0.39 0.53
Hex B6 59 97 0 33 11 1D 140 27 35
Octal 266 131 227 0 63 21 35 500 47 65
Binary 10110110 1011001 10010111 0 110011 10001 11101 101000000 100111 110101

Color Harmonies of #B65997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65997

Black with #B65997

Text Example


Text Example

White with #B65997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65997; }

 p { color: rgb(182,89,151); }

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

background-color css

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

 a { background-color: rgb(182,89,151); }

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

border-color css

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

 span { border-color: rgb(182,89,151); }

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