Html Css Color HEX #B46E9B Bouquet

📋 copy color: '#B46E9B'

red 180 ◦ green 110 ◦ blue 155

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

Shades of Bouquet #B46E9B

Tints of Bouquet #B46E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 40.45%
G = 24.72%
B = 34.83%

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

#B46E9B (or 0xB46E9B) is known color: Bouquet. HEX triplet: B4, 6E and 9B. RGB value is (180,110,155). Sum of RGB (Red+Green+Blue) = 180+110+155=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E9B is #4B9164. Grayscale: #878787. Windows color (decimal): -4952421 or 10186420. OLE color: 10186420.

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

Color convert

RGB 180 110 155 -
CMYK 0 0.39 0.14 0.29
HSL 321.43º 0.32% 0.57% -
HSV(B) 321.43º 0.39% 0.71% -
XYZ 30.31 23.22 33.89 -
YUV 136.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 180 110 155 0 0.39 0.14 0.29 321.43 0.32 0.57
Hex B4 6E 9B 0 27 E 1D 141 20 39
Octal 264 156 233 0 47 16 35 501 40 71
Binary 10110100 1101110 10011011 0 100111 1110 11101 101000001 100000 111001

Color Harmonies of #B46E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46E9B

Black with #B46E9B

Text Example


Text Example

White with #B46E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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