Html Css Color HEX #B2819E Bouquet

📋 copy color: '#B2819E'

red 178 ◦ green 129 ◦ blue 158

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

Shades of Bouquet #B2819E

Tints of Bouquet #B2819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.74%

 BLUE value IS 158 (62.11% from 255) = 33.98%

R = 38.28%
G = 27.74%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2819E (or 0xB2819E) is known color: Bouquet. HEX triplet: B2, 81 and 9E. RGB value is (178,129,158). Sum of RGB (Red+Green+Blue) = 178+129+158=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B2819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2819E is #4D7E61. Grayscale: #929292. Windows color (decimal): -5078626 or 10387890. OLE color: 10387890.

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

Color convert

RGB 178 129 158 -
CMYK 0 0.28 0.11 0.30
HSL 324.49º 0.24% 0.6% -
HSV(B) 324.49º 0.28% 0.7% -
XYZ 32.38 27.63 35.97 -
YUV 146.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 178 129 158 0 0.28 0.11 0.30 324.49 0.24 0.6
Hex B2 81 9E 0 1C B 1E 144 18 3C
Octal 262 201 236 0 34 13 36 504 30 74
Binary 10110010 10000001 10011110 0 11100 1011 11110 101000100 11000 111100

Color Harmonies of #B2819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2819E

Black with #B2819E

Text Example


Text Example

White with #B2819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2819E; }

 p { color: rgb(178,129,158); }

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

background-color css

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

 a { background-color: rgb(178,129,158); }

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

border-color css

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

 span { border-color: rgb(178,129,158); }

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