Html Css Color HEX #B46FA6 Bouquet

📋 copy color: '#B46FA6'

red 180 ◦ green 111 ◦ blue 166

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

Shades of Bouquet #B46FA6

Tints of Bouquet #B46FA6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.29%

 BLUE value IS 166 (65.23% from 255) = 36.32%

R = 39.39%
G = 24.29%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B46FA6 (or 0xB46FA6) is known color: Bouquet. HEX triplet: B4, 6F and A6. RGB value is (180,111,166). Sum of RGB (Red+Green+Blue) = 180+111+166=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B46FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46FA6 is #4B9059. Grayscale: #898989. Windows color (decimal): -4952154 or 10907572. OLE color: 10907572.

HSL color Cylindrical-coordinate representation of color #B46FA6: hue angle of 312.17º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B46FA6 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 111 166 -
CMYK 0 0.38 0.08 0.29
HSL 312.17º 0.32% 0.57% -
HSV(B) 312.17º 0.38% 0.71% -
XYZ 31.39 23.83 39.02 -
YUV 137.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 180 111 166 0 0.38 0.08 0.29 312.17 0.32 0.57
Hex B4 6F A6 0 26 8 1D 138 20 39
Octal 264 157 246 0 46 10 35 470 40 71
Binary 10110100 1101111 10100110 0 100110 1000 11101 100111000 100000 111001

Color Harmonies of #B46FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FA6

Black with #B46FA6

Text Example


Text Example

White with #B46FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FA6; }

 p { color: rgb(180,111,166); }

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

background-color css

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

 a { background-color: rgb(180,111,166); }

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

border-color css

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

 span { border-color: rgb(180,111,166); }

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