Html Css Color HEX #B65296 Mulberry

📋 copy color: '#B65296'

red 182 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #B65296

Tints of Mulberry #B65296

RGB

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

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

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

R = 43.96%
G = 19.81%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B65296 (or 0xB65296) is known color: Mulberry. HEX triplet: B6, 52 and 96. RGB value is (182,82,150). Sum of RGB (Red+Green+Blue) = 182+82+150=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B65296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65296 is #49AD69. Grayscale: #777777. Windows color (decimal): -4828522 or 9851574. OLE color: 9851574.

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

Color convert

RGB 182 82 150 -
CMYK 0 0.55 0.18 0.29
HSL 319.2º 0.41% 0.52% -
HSV(B) 319.2º 0.55% 0.71% -
XYZ 27.81 18.18 30.9 -
YUV 119.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 182 82 150 0 0.55 0.18 0.29 319.2 0.41 0.52
Hex B6 52 96 0 37 12 1D 13F 29 34
Octal 266 122 226 0 67 22 35 477 51 64
Binary 10110110 1010010 10010110 0 110111 10010 11101 100111111 101001 110100

Color Harmonies of #B65296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65296

Black with #B65296

Text Example


Text Example

White with #B65296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65296; }

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

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

background-color css

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

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

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

border-color css

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

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

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