Html Css Color HEX #B47E9D Bouquet

📋 copy color: '#B47E9D'

red 180 ◦ green 126 ◦ blue 157

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

Shades of Bouquet #B47E9D

Tints of Bouquet #B47E9D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.21%

 BLUE value IS 157 (61.72% from 255) = 33.91%

R = 38.88%
G = 27.21%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B47E9D (or 0xB47E9D) is known color: Bouquet. HEX triplet: B4, 7E and 9D. RGB value is (180,126,157). Sum of RGB (Red+Green+Blue) = 180+126+157=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E9D is #4B8162. Grayscale: #919191. Windows color (decimal): -4948323 or 10321588. OLE color: 10321588.

HSL color Cylindrical-coordinate representation of color #B47E9D: hue angle of 325.56º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47E9D is Cyan = 0, Magento = 0.3, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 126 157 -
CMYK 0 0.3 0.13 0.29
HSL 325.56º 0.26% 0.6% -
HSV(B) 325.56º 0.3% 0.71% -
XYZ 32.37 27.06 35.42 -
YUV 145.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 180 126 157 0 0.3 0.13 0.29 325.56 0.26 0.6
Hex B4 7E 9D 0 1E D 1D 146 1A 3C
Octal 264 176 235 0 36 15 35 506 32 74
Binary 10110100 1111110 10011101 0 11110 1101 11101 101000110 11010 111100

Color Harmonies of #B47E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E9D

Black with #B47E9D

Text Example


Text Example

White with #B47E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E9D; }

 p { color: rgb(180,126,157); }

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

background-color css

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

 a { background-color: rgb(180,126,157); }

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

border-color css

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

 span { border-color: rgb(180,126,157); }

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