Html Css Color HEX #B975A7 Bouquet

📋 copy color: '#B975A7'

red 185 ◦ green 117 ◦ blue 167

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

Shades of Bouquet #B975A7

Tints of Bouquet #B975A7

RGB

 RED value IS 185 (72.66% from 255) = 39.45%

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

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

R = 39.45%
G = 24.95%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B975A7 (or 0xB975A7) is known color: Bouquet. HEX triplet: B9, 75 and A7. RGB value is (185,117,167). Sum of RGB (Red+Green+Blue) = 185+117+167=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B975A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975A7 is #468A58. Grayscale: #8E8E8E. Windows color (decimal): -4622937 or 10974649. OLE color: 10974649.

HSL color Cylindrical-coordinate representation of color #B975A7: hue angle of 315.88º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B975A7 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 117 167 -
CMYK 0 0.37 0.10 0.27
HSL 315.88º 0.33% 0.59% -
HSV(B) 315.88º 0.37% 0.73% -
XYZ 33.34 25.83 39.79 -
YUV 143.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 185 117 167 0 0.37 0.10 0.27 315.88 0.33 0.59
Hex B9 75 A7 0 25 A 1B 13C 21 3B
Octal 271 165 247 0 45 12 33 474 41 73
Binary 10111001 1110101 10100111 0 100101 1010 11011 100111100 100001 111011

Color Harmonies of #B975A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975A7

Black with #B975A7

Text Example


Text Example

White with #B975A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975A7; }

 p { color: rgb(185,117,167); }

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

background-color css

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

 a { background-color: rgb(185,117,167); }

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

border-color css

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

 span { border-color: rgb(185,117,167); }

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