Html Css Color HEX #B27FA0 Bouquet

📋 copy color: '#B27FA0'

red 178 ◦ green 127 ◦ blue 160

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

Shades of Bouquet #B27FA0

Tints of Bouquet #B27FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 27.31%

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

R = 38.28%
G = 27.31%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B27FA0 (or 0xB27FA0) is known color: Bouquet. HEX triplet: B2, 7F and A0. RGB value is (178,127,160). Sum of RGB (Red+Green+Blue) = 178+127+160=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B27FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27FA0 is #4D805F. Grayscale: #919191. Windows color (decimal): -5079136 or 10518450. OLE color: 10518450.

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

Color convert

RGB 178 127 160 -
CMYK 0 0.29 0.10 0.30
HSL 321.18º 0.25% 0.6% -
HSV(B) 321.18º 0.29% 0.7% -
XYZ 32.29 27.18 36.8 -
YUV 146.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 178 127 160 0 0.29 0.10 0.30 321.18 0.25 0.6
Hex B2 7F A0 0 1D A 1E 141 19 3C
Octal 262 177 240 0 35 12 36 501 31 74
Binary 10110010 1111111 10100000 0 11101 1010 11110 101000001 11001 111100

Color Harmonies of #B27FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FA0

Black with #B27FA0

Text Example


Text Example

White with #B27FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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