Html Css Color HEX #B975AC Bouquet

📋 copy color: '#B975AC'

red 185 ◦ green 117 ◦ blue 172

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

Shades of Bouquet #B975AC

Tints of Bouquet #B975AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 39.03%
G = 24.68%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B975AC (or 0xB975AC) is known color: Bouquet. HEX triplet: B9, 75 and AC. RGB value is (185,117,172). Sum of RGB (Red+Green+Blue) = 185+117+172=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B975AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975AC is #468A53. Grayscale: #8F8F8F. Windows color (decimal): -4622932 or 11302329. OLE color: 11302329.

HSL color Cylindrical-coordinate representation of color #B975AC: hue angle of 311.47º 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 #B975AC is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 117 172 -
CMYK 0 0.37 0.07 0.27
HSL 311.47º 0.33% 0.59% -
HSV(B) 311.47º 0.37% 0.73% -
XYZ 33.82 26.02 42.27 -
YUV 143.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 185 117 172 0 0.37 0.07 0.27 311.47 0.33 0.59
Hex B9 75 AC 0 25 7 1B 137 21 3B
Octal 271 165 254 0 45 7 33 467 41 73
Binary 10111001 1110101 10101100 0 100101 111 11011 100110111 100001 111011

Color Harmonies of #B975AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975AC

Black with #B975AC

Text Example


Text Example

White with #B975AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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