Html Css Color HEX #B65591 Mulberry

📋 copy color: '#B65591'

red 182 ◦ green 85 ◦ blue 145

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

Shades of Mulberry #B65591

Tints of Mulberry #B65591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.63%

 BLUE value IS 145 (57.03% from 255) = 35.19%

R = 44.17%
G = 20.63%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B65591 (or 0xB65591) is known color: Mulberry. HEX triplet: B6, 55 and 91. RGB value is (182,85,145). Sum of RGB (Red+Green+Blue) = 182+85+145=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B65591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65591 is #49AA6E. Grayscale: #787878. Windows color (decimal): -4827759 or 9524662. OLE color: 9524662.

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

Color convert

RGB 182 85 145 -
CMYK 0 0.53 0.20 0.29
HSL 322.89º 0.4% 0.52% -
HSV(B) 322.89º 0.53% 0.71% -
XYZ 27.65 18.49 28.9 -
YUV 120.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 182 85 145 0 0.53 0.20 0.29 322.89 0.4 0.52
Hex B6 55 91 0 35 14 1D 143 28 34
Octal 266 125 221 0 65 24 35 503 50 64
Binary 10110110 1010101 10010001 0 110101 10100 11101 101000011 101000 110100

Color Harmonies of #B65591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65591

Black with #B65591

Text Example


Text Example

White with #B65591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65591; }

 p { color: rgb(182,85,145); }

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

background-color css

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

 a { background-color: rgb(182,85,145); }

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

border-color css

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

 span { border-color: rgb(182,85,145); }

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