Html Css Color HEX #B2839E Bouquet

📋 copy color: '#B2839E'

red 178 ◦ green 131 ◦ blue 158

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

Shades of Bouquet #B2839E

Tints of Bouquet #B2839E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.05%

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

R = 38.12%
G = 28.05%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2839E (or 0xB2839E) is known color: Bouquet. HEX triplet: B2, 83 and 9E. RGB value is (178,131,158). Sum of RGB (Red+Green+Blue) = 178+131+158=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2839E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2839E is #4D7C61. Grayscale: #949494. Windows color (decimal): -5078114 or 10388402. OLE color: 10388402.

HSL color Cylindrical-coordinate representation of color #B2839E: hue angle of 325.53º 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 #B2839E is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 158 -
CMYK 0 0.26 0.11 0.30
HSL 325.53º 0.23% 0.61% -
HSV(B) 325.53º 0.26% 0.7% -
XYZ 32.65 28.17 36.06 -
YUV 148.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 178 131 158 0 0.26 0.11 0.30 325.53 0.23 0.61
Hex B2 83 9E 0 1A B 1E 146 17 3D
Octal 262 203 236 0 32 13 36 506 27 75
Binary 10110010 10000011 10011110 0 11010 1011 11110 101000110 10111 111101

Color Harmonies of #B2839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2839E

Black with #B2839E

Text Example


Text Example

White with #B2839E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2839E; }

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

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

background-color css

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

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

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

border-color css

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

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

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