Html Css Color HEX #B65297 Mulberry

📋 copy color: '#B65297'

red 182 ◦ green 82 ◦ blue 151

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

Shades of Mulberry #B65297

Tints of Mulberry #B65297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.76%

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

R = 43.86%
G = 19.76%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B65297 (or 0xB65297) is known color: Mulberry. HEX triplet: B6, 52 and 97. RGB value is (182,82,151). Sum of RGB (Red+Green+Blue) = 182+82+151=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B65297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65297 is #49AD68. Grayscale: #777777. Windows color (decimal): -4828521 or 9917110. OLE color: 9917110.

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

Color convert

RGB 182 82 151 -
CMYK 0 0.55 0.17 0.29
HSL 318.6º 0.41% 0.52% -
HSV(B) 318.6º 0.55% 0.71% -
XYZ 27.89 18.21 31.32 -
YUV 119.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 182 82 151 0 0.55 0.17 0.29 318.6 0.41 0.52
Hex B6 52 97 0 37 11 1D 13F 29 34
Octal 266 122 227 0 67 21 35 477 51 64
Binary 10110110 1010010 10010111 0 110111 10001 11101 100111111 101001 110100

Color Harmonies of #B65297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65297

Black with #B65297

Text Example


Text Example

White with #B65297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65297; }

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

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

background-color css

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

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

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

border-color css

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

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

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