Html Css Color HEX #B775A9 Bouquet

📋 copy color: '#B775A9'

red 183 ◦ green 117 ◦ blue 169

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

Shades of Bouquet #B775A9

Tints of Bouquet #B775A9

RGB

 RED value IS 183 (71.88% from 255) = 39.02%

 GREEN value IS 117 (46.09% from 255) = 24.95%

 BLUE value IS 169 (66.41% from 255) = 36.03%

R = 39.02%
G = 24.95%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B775A9 (or 0xB775A9) is known color: Bouquet. HEX triplet: B7, 75 and A9. RGB value is (183,117,169). Sum of RGB (Red+Green+Blue) = 183+117+169=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B775A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B775A9 is #488A56. Grayscale: #8E8E8E. Windows color (decimal): -4754007 or 11105719. OLE color: 11105719.

HSL color Cylindrical-coordinate representation of color #B775A9: hue angle of 312.73º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B775A9 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 117 169 -
CMYK 0 0.36 0.08 0.28
HSL 312.73º 0.31% 0.59% -
HSV(B) 312.73º 0.36% 0.72% -
XYZ 33.05 25.65 40.75 -
YUV 142.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 183 117 169 0 0.36 0.08 0.28 312.73 0.31 0.59
Hex B7 75 A9 0 24 8 1C 139 1F 3B
Octal 267 165 251 0 44 10 34 471 37 73
Binary 10110111 1110101 10101001 0 100100 1000 11100 100111001 11111 111011

Color Harmonies of #B775A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B775A9

Black with #B775A9

Text Example


Text Example

White with #B775A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B775A9; }

 p { color: rgb(183,117,169); }

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

background-color css

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

 a { background-color: rgb(183,117,169); }

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

border-color css

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

 span { border-color: rgb(183,117,169); }

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