Html Css Color HEX #B46FA0 Bouquet

📋 copy color: '#B46FA0'

red 180 ◦ green 111 ◦ blue 160

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

Shades of Bouquet #B46FA0

Tints of Bouquet #B46FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 39.91%
G = 24.61%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B46FA0 (or 0xB46FA0) is known color: Bouquet. HEX triplet: B4, 6F and A0. RGB value is (180,111,160). Sum of RGB (Red+Green+Blue) = 180+111+160=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B46FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46FA0 is #4B905F. Grayscale: #898989. Windows color (decimal): -4952160 or 10514356. OLE color: 10514356.

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

Color convert

RGB 180 111 160 -
CMYK 0 0.38 0.11 0.29
HSL 317.39º 0.32% 0.57% -
HSV(B) 317.39º 0.38% 0.71% -
XYZ 30.85 23.61 36.19 -
YUV 137.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 180 111 160 0 0.38 0.11 0.29 317.39 0.32 0.57
Hex B4 6F A0 0 26 B 1D 13D 20 39
Octal 264 157 240 0 46 13 35 475 40 71
Binary 10110100 1101111 10100000 0 100110 1011 11101 100111101 100000 111001

Color Harmonies of #B46FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FA0

Black with #B46FA0

Text Example


Text Example

White with #B46FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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