Html Css Color HEX #B47FA3 Bouquet

📋 copy color: '#B47FA3'

red 180 ◦ green 127 ◦ blue 163

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

Shades of Bouquet #B47FA3

Tints of Bouquet #B47FA3

RGB

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

 GREEN value IS 127 (50% from 255) = 27.02%

 BLUE value IS 163 (64.06% from 255) = 34.68%

R = 38.3%
G = 27.02%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B47FA3 (or 0xB47FA3) is known color: Bouquet. HEX triplet: B4, 7F and A3. RGB value is (180,127,163). Sum of RGB (Red+Green+Blue) = 180+127+163=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B47FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47FA3 is #4B805C. Grayscale: #929292. Windows color (decimal): -4948061 or 10715060. OLE color: 10715060.

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

Color convert

RGB 180 127 163 -
CMYK 0 0.29 0.09 0.29
HSL 319.25º 0.26% 0.6% -
HSV(B) 319.25º 0.29% 0.71% -
XYZ 33.02 27.53 38.22 -
YUV 146.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 180 127 163 0 0.29 0.09 0.29 319.25 0.26 0.6
Hex B4 7F A3 0 1D 9 1D 13F 1A 3C
Octal 264 177 243 0 35 11 35 477 32 74
Binary 10110100 1111111 10100011 0 11101 1001 11101 100111111 11010 111100

Color Harmonies of #B47FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47FA3

Black with #B47FA3

Text Example


Text Example

White with #B47FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47FA3; }

 p { color: rgb(180,127,163); }

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

background-color css

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

 a { background-color: rgb(180,127,163); }

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

border-color css

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

 span { border-color: rgb(180,127,163); }

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