Html Css Color HEX #B975A8 Bouquet

📋 copy color: '#B975A8'

red 185 ◦ green 117 ◦ blue 168

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

Shades of Bouquet #B975A8

Tints of Bouquet #B975A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.74%

R = 39.36%
G = 24.89%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B975A8 (or 0xB975A8) is known color: Bouquet. HEX triplet: B9, 75 and A8. RGB value is (185,117,168). Sum of RGB (Red+Green+Blue) = 185+117+168=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B975A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975A8 is #468A57. Grayscale: #8F8F8F. Windows color (decimal): -4622936 or 11040185. OLE color: 11040185.

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

Color convert

RGB 185 117 168 -
CMYK 0 0.37 0.09 0.27
HSL 315º 0.33% 0.59% -
HSV(B) 315º 0.37% 0.73% -
XYZ 33.44 25.86 40.28 -
YUV 143.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 185 117 168 0 0.37 0.09 0.27 315 0.33 0.59
Hex B9 75 A8 0 25 9 1B 13B 21 3B
Octal 271 165 250 0 45 11 33 473 41 73
Binary 10111001 1110101 10101000 0 100101 1001 11011 100111011 100001 111011

Color Harmonies of #B975A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975A8

Black with #B975A8

Text Example


Text Example

White with #B975A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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