Html Css Color HEX #B76EA7 Bouquet

📋 copy color: '#B76EA7'

red 183 ◦ green 110 ◦ blue 167

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

Shades of Bouquet #B76EA7

Tints of Bouquet #B76EA7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.91%

 BLUE value IS 167 (65.63% from 255) = 36.3%

R = 39.78%
G = 23.91%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B76EA7 (or 0xB76EA7) is known color: Bouquet. HEX triplet: B7, 6E and A7. RGB value is (183,110,167). Sum of RGB (Red+Green+Blue) = 183+110+167=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B76EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76EA7 is #489158. Grayscale: #8A8A8A. Windows color (decimal): -4755801 or 10972855. OLE color: 10972855.

HSL color Cylindrical-coordinate representation of color #B76EA7: hue angle of 313.15º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76EA7 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 110 167 -
CMYK 0 0.40 0.09 0.28
HSL 313.15º 0.34% 0.57% -
HSV(B) 313.15º 0.4% 0.72% -
XYZ 32.08 24.01 39.5 -
YUV 138.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 183 110 167 0 0.40 0.09 0.28 313.15 0.34 0.57
Hex B7 6E A7 0 28 9 1C 139 22 39
Octal 267 156 247 0 50 11 34 471 42 71
Binary 10110111 1101110 10100111 0 101000 1001 11100 100111001 100010 111001

Color Harmonies of #B76EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76EA7

Black with #B76EA7

Text Example


Text Example

White with #B76EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76EA7; }

 p { color: rgb(183,110,167); }

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

background-color css

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

 a { background-color: rgb(183,110,167); }

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

border-color css

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

 span { border-color: rgb(183,110,167); }

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