Html Css Color HEX #B375AA Bouquet

📋 copy color: '#B375AA'

red 179 ◦ green 117 ◦ blue 170

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

Shades of Bouquet #B375AA

Tints of Bouquet #B375AA

RGB

 RED value IS 179 (70.31% from 255) = 38.41%

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

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 38.41%
G = 25.11%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B375AA (or 0xB375AA) is known color: Bouquet. HEX triplet: B3, 75 and AA. RGB value is (179,117,170). Sum of RGB (Red+Green+Blue) = 179+117+170=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B375AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B375AA is #4C8A55. Grayscale: #8D8D8D. Windows color (decimal): -5016150 or 11171251. OLE color: 11171251.

HSL color Cylindrical-coordinate representation of color #B375AA: hue angle of 308.71º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B375AA is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 170 -
CMYK 0 0.35 0.05 0.30
HSL 308.71º 0.29% 0.58% -
HSV(B) 308.71º 0.35% 0.7% -
XYZ 32.21 25.21 41.2 -
YUV 141.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 179 117 170 0 0.35 0.05 0.30 308.71 0.29 0.58
Hex B3 75 AA 0 23 5 1E 135 1D 3A
Octal 263 165 252 0 43 5 36 465 35 72
Binary 10110011 1110101 10101010 0 100011 101 11110 100110101 11101 111010

Color Harmonies of #B375AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375AA

Black with #B375AA

Text Example


Text Example

White with #B375AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375AA; }

 p { color: rgb(179,117,170); }

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

background-color css

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

 a { background-color: rgb(179,117,170); }

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

border-color css

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

 span { border-color: rgb(179,117,170); }

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