Html Css Color HEX #B46EA6 Bouquet

📋 copy color: '#B46EA6'

red 180 ◦ green 110 ◦ blue 166

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

Shades of Bouquet #B46EA6

Tints of Bouquet #B46EA6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.12%

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

R = 39.47%
G = 24.12%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B46EA6 (or 0xB46EA6) is known color: Bouquet. HEX triplet: B4, 6E and A6. RGB value is (180,110,166). Sum of RGB (Red+Green+Blue) = 180+110+166=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B46EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46EA6 is #4B9159. Grayscale: #898989. Windows color (decimal): -4952410 or 10907316. OLE color: 10907316.

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

Color convert

RGB 180 110 166 -
CMYK 0 0.39 0.08 0.29
HSL 312º 0.32% 0.57% -
HSV(B) 312º 0.39% 0.71% -
XYZ 31.28 23.61 38.98 -
YUV 137.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 180 110 166 0 0.39 0.08 0.29 312 0.32 0.57
Hex B4 6E A6 0 27 8 1D 138 20 39
Octal 264 156 246 0 47 10 35 470 40 71
Binary 10110100 1101110 10100110 0 100111 1000 11101 100111000 100000 111001

Color Harmonies of #B46EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46EA6

Black with #B46EA6

Text Example


Text Example

White with #B46EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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