Html Css Color HEX #B284A2 Bouquet

📋 copy color: '#B284A2'

red 178 ◦ green 132 ◦ blue 162

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

Shades of Bouquet #B284A2

Tints of Bouquet #B284A2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.97%

 BLUE value IS 162 (63.67% from 255) = 34.32%

R = 37.71%
G = 27.97%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B284A2 (or 0xB284A2) is known color: Bouquet. HEX triplet: B2, 84 and A2. RGB value is (178,132,162). Sum of RGB (Red+Green+Blue) = 178+132+162=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B284A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B284A2 is #4D7B5D. Grayscale: #959595. Windows color (decimal): -5077854 or 10650802. OLE color: 10650802.

HSL color Cylindrical-coordinate representation of color #B284A2: hue angle of 320.87º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B284A2 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 162 -
CMYK 0 0.26 0.09 0.30
HSL 320.87º 0.23% 0.61% -
HSV(B) 320.87º 0.26% 0.7% -
XYZ 33.13 28.58 37.95 -
YUV 149.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 178 132 162 0 0.26 0.09 0.30 320.87 0.23 0.61
Hex B2 84 A2 0 1A 9 1E 141 17 3D
Octal 262 204 242 0 32 11 36 501 27 75
Binary 10110010 10000100 10100010 0 11010 1001 11110 101000001 10111 111101

Color Harmonies of #B284A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B284A2

Black with #B284A2

Text Example


Text Example

White with #B284A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B284A2; }

 p { color: rgb(178,132,162); }

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

background-color css

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

 a { background-color: rgb(178,132,162); }

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

border-color css

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

 span { border-color: rgb(178,132,162); }

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