Html Css Color HEX #B27AA0 Bouquet

📋 copy color: '#B27AA0'

red 178 ◦ green 122 ◦ blue 160

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

Shades of Bouquet #B27AA0

Tints of Bouquet #B27AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.52%

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 38.7%
G = 26.52%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B27AA0 (or 0xB27AA0) is known color: Bouquet. HEX triplet: B2, 7A and A0. RGB value is (178,122,160). Sum of RGB (Red+Green+Blue) = 178+122+160=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B27AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27AA0 is #4D855F. Grayscale: #8E8E8E. Windows color (decimal): -5080416 or 10517170. OLE color: 10517170.

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

Color convert

RGB 178 122 160 -
CMYK 0 0.31 0.10 0.30
HSL 319.29º 0.27% 0.59% -
HSV(B) 319.29º 0.31% 0.7% -
XYZ 31.66 25.92 36.59 -
YUV 143.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 178 122 160 0 0.31 0.10 0.30 319.29 0.27 0.59
Hex B2 7A A0 0 1F A 1E 13F 1B 3B
Octal 262 172 240 0 37 12 36 477 33 73
Binary 10110010 1111010 10100000 0 11111 1010 11110 100111111 11011 111011

Color Harmonies of #B27AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27AA0

Black with #B27AA0

Text Example


Text Example

White with #B27AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27AA0; }

 p { color: rgb(178,122,160); }

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

background-color css

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

 a { background-color: rgb(178,122,160); }

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

border-color css

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

 span { border-color: rgb(178,122,160); }

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