Html Css Color HEX #B46D9A Bouquet

📋 copy color: '#B46D9A'

red 180 ◦ green 109 ◦ blue 154

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

Shades of Bouquet #B46D9A

Tints of Bouquet #B46D9A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.6%

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 40.63%
G = 24.6%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B46D9A (or 0xB46D9A) is known color: Bouquet. HEX triplet: B4, 6D and 9A. RGB value is (180,109,154). Sum of RGB (Red+Green+Blue) = 180+109+154=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D9A is #4B9265. Grayscale: #878787. Windows color (decimal): -4952678 or 10120628. OLE color: 10120628.

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

Color convert

RGB 180 109 154 -
CMYK 0 0.39 0.14 0.29
HSL 321.97º 0.32% 0.57% -
HSV(B) 321.97º 0.39% 0.71% -
XYZ 30.12 22.97 33.42 -
YUV 135.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 180 109 154 0 0.39 0.14 0.29 321.97 0.32 0.57
Hex B4 6D 9A 0 27 E 1D 142 20 39
Octal 264 155 232 0 47 16 35 502 40 71
Binary 10110100 1101101 10011010 0 100111 1110 11101 101000010 100000 111001

Color Harmonies of #B46D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D9A

Black with #B46D9A

Text Example


Text Example

White with #B46D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D9A; }

 p { color: rgb(180,109,154); }

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

background-color css

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

 a { background-color: rgb(180,109,154); }

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

border-color css

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

 span { border-color: rgb(180,109,154); }

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