Html Css Color HEX #B775A4 Bouquet

📋 copy color: '#B775A4'

red 183 ◦ green 117 ◦ blue 164

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

Shades of Bouquet #B775A4

Tints of Bouquet #B775A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.34%

R = 39.44%
G = 25.22%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B775A4 (or 0xB775A4) is known color: Bouquet. HEX triplet: B7, 75 and A4. RGB value is (183,117,164). Sum of RGB (Red+Green+Blue) = 183+117+164=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B775A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B775A4 is #488A5B. Grayscale: #8D8D8D. Windows color (decimal): -4754012 or 10778039. OLE color: 10778039.

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

Color convert

RGB 183 117 164 -
CMYK 0 0.36 0.10 0.28
HSL 317.27º 0.31% 0.59% -
HSV(B) 317.27º 0.36% 0.72% -
XYZ 32.59 25.47 38.32 -
YUV 142.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 183 117 164 0 0.36 0.10 0.28 317.27 0.31 0.59
Hex B7 75 A4 0 24 A 1C 13D 1F 3B
Octal 267 165 244 0 44 12 34 475 37 73
Binary 10110111 1110101 10100100 0 100100 1010 11100 100111101 11111 111011

Color Harmonies of #B775A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B775A4

Black with #B775A4

Text Example


Text Example

White with #B775A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B775A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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