Html Css Color HEX #B2839F Bouquet

📋 copy color: '#B2839F'

red 178 ◦ green 131 ◦ blue 159

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

Shades of Bouquet #B2839F

Tints of Bouquet #B2839F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.97%

R = 38.03%
G = 27.99%
B = 33.97%

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

#B2839F (or 0xB2839F) is known color: Bouquet. HEX triplet: B2, 83 and 9F. RGB value is (178,131,159). Sum of RGB (Red+Green+Blue) = 178+131+159=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2839F is #4D7C60. Grayscale: #949494. Windows color (decimal): -5078113 or 10453938. OLE color: 10453938.

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

Color convert

RGB 178 131 159 -
CMYK 0 0.26 0.11 0.30
HSL 324.26º 0.23% 0.61% -
HSV(B) 324.26º 0.26% 0.7% -
XYZ 32.73 28.2 36.52 -
YUV 148.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 178 131 159 0 0.26 0.11 0.30 324.26 0.23 0.61
Hex B2 83 9F 0 1A B 1E 144 17 3D
Octal 262 203 237 0 32 13 36 504 27 75
Binary 10110010 10000011 10011111 0 11010 1011 11110 101000100 10111 111101

Color Harmonies of #B2839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2839F

Black with #B2839F

Text Example


Text Example

White with #B2839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2839F; }

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

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

background-color css

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

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

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

border-color css

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

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

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