Html Css Color HEX #B46498 Bouquet

📋 copy color: '#B46498'

red 180 ◦ green 100 ◦ blue 152

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

Shades of Bouquet #B46498

Tints of Bouquet #B46498

RGB

 RED value IS 180 (70.7% from 255) = 41.67%

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

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

R = 41.67%
G = 23.15%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B46498 (or 0xB46498) is known color: Bouquet. HEX triplet: B4, 64 and 98. RGB value is (180,100,152). Sum of RGB (Red+Green+Blue) = 180+100+152=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B46498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46498 is #4B9B67. Grayscale: #818181. Windows color (decimal): -4954984 or 9987252. OLE color: 9987252.

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

Color convert

RGB 180 100 152 -
CMYK 0 0.44 0.16 0.29
HSL 321º 0.35% 0.55% -
HSV(B) 321º 0.44% 0.71% -
XYZ 29.05 21.08 32.24 -
YUV 129.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 180 100 152 0 0.44 0.16 0.29 321 0.35 0.55
Hex B4 64 98 0 2C 10 1D 141 23 37
Octal 264 144 230 0 54 20 35 501 43 67
Binary 10110100 1100100 10011000 0 101100 10000 11101 101000001 100011 110111

Color Harmonies of #B46498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46498

Black with #B46498

Text Example


Text Example

White with #B46498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46498; }

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

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

background-color css

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

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

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

border-color css

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

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

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