Html Css Color HEX #B28FA1 Bouquet

📋 copy color: '#B28FA1'

red 178 ◦ green 143 ◦ blue 161

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

Shades of Bouquet #B28FA1

Tints of Bouquet #B28FA1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.67%

 BLUE value IS 161 (63.28% from 255) = 33.4%

R = 36.93%
G = 29.67%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B28FA1 (or 0xB28FA1) is known color: Bouquet. HEX triplet: B2, 8F and A1. RGB value is (178,143,161). Sum of RGB (Red+Green+Blue) = 178+143+161=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B28FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28FA1 is #4D705E. Grayscale: #9B9B9B. Windows color (decimal): -5075039 or 10588082. OLE color: 10588082.

HSL color Cylindrical-coordinate representation of color #B28FA1: hue angle of 329.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B28FA1 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 143 161 -
CMYK 0 0.20 0.10 0.30
HSL 329.14º 0.19% 0.63% -
HSV(B) 329.14º 0.2% 0.7% -
XYZ 34.62 31.68 38.01 -
YUV 155.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 178 143 161 0 0.20 0.10 0.30 329.14 0.19 0.63
Hex B2 8F A1 0 14 A 1E 149 13 3F
Octal 262 217 241 0 24 12 36 511 23 77
Binary 10110010 10001111 10100001 0 10100 1010 11110 101001001 10011 111111

Color Harmonies of #B28FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FA1

Black with #B28FA1

Text Example


Text Example

White with #B28FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FA1; }

 p { color: rgb(178,143,161); }

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

background-color css

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

 a { background-color: rgb(178,143,161); }

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

border-color css

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

 span { border-color: rgb(178,143,161); }

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