Html Css Color HEX #B65096 Mulberry

📋 copy color: '#B65096'

red 182 ◦ green 80 ◦ blue 150

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

Shades of Mulberry #B65096

Tints of Mulberry #B65096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 44.17%
G = 19.42%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B65096 (or 0xB65096) is known color: Mulberry. HEX triplet: B6, 50 and 96. RGB value is (182,80,150). Sum of RGB (Red+Green+Blue) = 182+80+150=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B65096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65096 is #49AF69. Grayscale: #767676. Windows color (decimal): -4829034 or 9851062. OLE color: 9851062.

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

Color convert

RGB 182 80 150 -
CMYK 0 0.56 0.18 0.29
HSL 318.82º 0.41% 0.51% -
HSV(B) 318.82º 0.56% 0.71% -
XYZ 27.67 17.88 30.85 -
YUV 118.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 182 80 150 0 0.56 0.18 0.29 318.82 0.41 0.51
Hex B6 50 96 0 38 12 1D 13F 29 33
Octal 266 120 226 0 70 22 35 477 51 63
Binary 10110110 1010000 10010110 0 111000 10010 11101 100111111 101001 110011

Color Harmonies of #B65096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65096

Black with #B65096

Text Example


Text Example

White with #B65096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65096; }

 p { color: rgb(182,80,150); }

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

background-color css

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

 a { background-color: rgb(182,80,150); }

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

border-color css

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

 span { border-color: rgb(182,80,150); }

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