Html Css Color HEX #B56498 Bouquet

📋 copy color: '#B56498'

red 181 ◦ green 100 ◦ blue 152

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

Shades of Bouquet #B56498

Tints of Bouquet #B56498

RGB

 RED value IS 181 (71.09% from 255) = 41.8%

 GREEN value IS 100 (39.45% from 255) = 23.09%

 BLUE value IS 152 (59.77% from 255) = 35.1%

R = 41.8%
G = 23.09%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B56498 (or 0xB56498) is known color: Bouquet. HEX triplet: B5, 64 and 98. RGB value is (181,100,152). Sum of RGB (Red+Green+Blue) = 181+100+152=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B56498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56498 is #4A9B67. Grayscale: #828282. Windows color (decimal): -4889448 or 9987253. OLE color: 9987253.

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

Color convert

RGB 181 100 152 -
CMYK 0 0.45 0.16 0.29
HSL 321.48º 0.35% 0.55% -
HSV(B) 321.48º 0.45% 0.71% -
XYZ 29.28 21.21 32.26 -
YUV 130.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 181 100 152 0 0.45 0.16 0.29 321.48 0.35 0.55
Hex B5 64 98 0 2D 10 1D 141 23 37
Octal 265 144 230 0 55 20 35 501 43 67
Binary 10110101 1100100 10011000 0 101101 10000 11101 101000001 100011 110111

Color Harmonies of #B56498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56498

Black with #B56498

Text Example


Text Example

White with #B56498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56498; }

 p { color: rgb(181,100,152); }

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

background-color css

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

 a { background-color: rgb(181,100,152); }

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

border-color css

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

 span { border-color: rgb(181,100,152); }

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