Html Css Color HEX #B275AA Bouquet

📋 copy color: '#B275AA'

red 178 ◦ green 117 ◦ blue 170

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

Shades of Bouquet #B275AA

Tints of Bouquet #B275AA

RGB

 RED value IS 178 (69.92% from 255) = 38.28%

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

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

R = 38.28%
G = 25.16%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B275AA (or 0xB275AA) is known color: Bouquet. HEX triplet: B2, 75 and AA. RGB value is (178,117,170). Sum of RGB (Red+Green+Blue) = 178+117+170=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B275AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275AA is #4D8A55. Grayscale: #8D8D8D. Windows color (decimal): -5081686 or 11171250. OLE color: 11171250.

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

Color convert

RGB 178 117 170 -
CMYK 0 0.34 0.04 0.30
HSL 307.87º 0.28% 0.58% -
HSV(B) 307.87º 0.34% 0.7% -
XYZ 31.98 25.09 41.19 -
YUV 141.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 178 117 170 0 0.34 0.04 0.30 307.87 0.28 0.58
Hex B2 75 AA 0 22 4 1E 134 1C 3A
Octal 262 165 252 0 42 4 36 464 34 72
Binary 10110010 1110101 10101010 0 100010 100 11110 100110100 11100 111010

Color Harmonies of #B275AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275AA

Black with #B275AA

Text Example


Text Example

White with #B275AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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