Html Css Color HEX #B474AA Bouquet

📋 copy color: '#B474AA'

red 180 ◦ green 116 ◦ blue 170

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

Shades of Bouquet #B474AA

Tints of Bouquet #B474AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.89%

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 38.63%
G = 24.89%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B474AA (or 0xB474AA) is known color: Bouquet. HEX triplet: B4, 74 and AA. RGB value is (180,116,170). Sum of RGB (Red+Green+Blue) = 180+116+170=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B474AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B474AA is #4B8B55. Grayscale: #8D8D8D. Windows color (decimal): -4950870 or 11170996. OLE color: 11170996.

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

Color convert

RGB 180 116 170 -
CMYK 0 0.36 0.06 0.29
HSL 309.38º 0.3% 0.58% -
HSV(B) 309.38º 0.36% 0.71% -
XYZ 32.32 25.1 41.17 -
YUV 141.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 180 116 170 0 0.36 0.06 0.29 309.38 0.3 0.58
Hex B4 74 AA 0 24 6 1D 135 1E 3A
Octal 264 164 252 0 44 6 35 465 36 72
Binary 10110100 1110100 10101010 0 100100 110 11101 100110101 11110 111010

Color Harmonies of #B474AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B474AA

Black with #B474AA

Text Example


Text Example

White with #B474AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B474AA; }

 p { color: rgb(180,116,170); }

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

background-color css

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

 a { background-color: rgb(180,116,170); }

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

border-color css

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

 span { border-color: rgb(180,116,170); }

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