Html Css Color HEX #B65988 Mulberry

📋 copy color: '#B65988'

red 182 ◦ green 89 ◦ blue 136

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

Shades of Mulberry #B65988

Tints of Mulberry #B65988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.42%

R = 44.72%
G = 21.87%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B65988 (or 0xB65988) is known color: Mulberry. HEX triplet: B6, 59 and 88. RGB value is (182,89,136). Sum of RGB (Red+Green+Blue) = 182+89+136=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B65988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65988 is #49A677. Grayscale: #7A7A7A. Windows color (decimal): -4826744 or 8935862. OLE color: 8935862.

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

Color convert

RGB 182 89 136 -
CMYK 0 0.51 0.25 0.29
HSL 329.68º 0.39% 0.53% -
HSV(B) 329.68º 0.51% 0.71% -
XYZ 27.31 18.87 25.5 -
YUV 122.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 182 89 136 0 0.51 0.25 0.29 329.68 0.39 0.53
Hex B6 59 88 0 33 19 1D 14A 27 35
Octal 266 131 210 0 63 31 35 512 47 65
Binary 10110110 1011001 10001000 0 110011 11001 11101 101001010 100111 110101

Color Harmonies of #B65988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65988

Black with #B65988

Text Example


Text Example

White with #B65988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65988; }

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

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

background-color css

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

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

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

border-color css

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

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

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