Html Css Color HEX #B772AD Bouquet

📋 copy color: '#B772AD'

red 183 ◦ green 114 ◦ blue 173

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

Shades of Bouquet #B772AD

Tints of Bouquet #B772AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.26%

 BLUE value IS 173 (67.97% from 255) = 36.81%

R = 38.94%
G = 24.26%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B772AD (or 0xB772AD) is known color: Bouquet. HEX triplet: B7, 72 and AD. RGB value is (183,114,173). Sum of RGB (Red+Green+Blue) = 183+114+173=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B772AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B772AD is #488D52. Grayscale: #8D8D8D. Windows color (decimal): -4754771 or 11367095. OLE color: 11367095.

HSL color Cylindrical-coordinate representation of color #B772AD: hue angle of 308.7º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B772AD is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 114 173 -
CMYK 0 0.38 0.05 0.28
HSL 308.7º 0.32% 0.58% -
HSV(B) 308.7º 0.38% 0.72% -
XYZ 33.09 25.12 42.64 -
YUV 141.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 183 114 173 0 0.38 0.05 0.28 308.7 0.32 0.58
Hex B7 72 AD 0 26 5 1C 135 20 3A
Octal 267 162 255 0 46 5 34 465 40 72
Binary 10110111 1110010 10101101 0 100110 101 11100 100110101 100000 111010

Color Harmonies of #B772AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B772AD

Black with #B772AD

Text Example


Text Example

White with #B772AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B772AD; }

 p { color: rgb(183,114,173); }

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

background-color css

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

 a { background-color: rgb(183,114,173); }

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

border-color css

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

 span { border-color: rgb(183,114,173); }

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