Html Css Color HEX #B775A8 Bouquet

📋 copy color: '#B775A8'

red 183 ◦ green 117 ◦ blue 168

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

Shades of Bouquet #B775A8

Tints of Bouquet #B775A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.9%

R = 39.1%
G = 25%
B = 35.9%

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

#B775A8 (or 0xB775A8) is known color: Bouquet. HEX triplet: B7, 75 and A8. RGB value is (183,117,168). Sum of RGB (Red+Green+Blue) = 183+117+168=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B775A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B775A8 is #488A57. Grayscale: #8E8E8E. Windows color (decimal): -4754008 or 11040183. OLE color: 11040183.

HSL color Cylindrical-coordinate representation of color #B775A8: hue angle of 313.64º 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 #B775A8 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 117 168 -
CMYK 0 0.36 0.08 0.28
HSL 313.64º 0.31% 0.59% -
HSV(B) 313.64º 0.36% 0.72% -
XYZ 32.96 25.62 40.25 -
YUV 142.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 183 117 168 0 0.36 0.08 0.28 313.64 0.31 0.59
Hex B7 75 A8 0 24 8 1C 13A 1F 3B
Octal 267 165 250 0 44 10 34 472 37 73
Binary 10110111 1110101 10101000 0 100100 1000 11100 100111010 11111 111011

Color Harmonies of #B775A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B775A8

Black with #B775A8

Text Example


Text Example

White with #B775A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B775A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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