Html Css Color HEX #B2859F Bouquet

📋 copy color: '#B2859F'

red 178 ◦ green 133 ◦ blue 159

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

Shades of Bouquet #B2859F

Tints of Bouquet #B2859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.3%

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

R = 37.87%
G = 28.3%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2859F (or 0xB2859F) is known color: Bouquet. HEX triplet: B2, 85 and 9F. RGB value is (178,133,159). Sum of RGB (Red+Green+Blue) = 178+133+159=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2859F is #4D7A60. Grayscale: #959595. Windows color (decimal): -5077601 or 10454450. OLE color: 10454450.

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

Color convert

RGB 178 133 159 -
CMYK 0 0.25 0.11 0.30
HSL 325.33º 0.23% 0.61% -
HSV(B) 325.33º 0.25% 0.7% -
XYZ 33.01 28.74 36.61 -
YUV 149.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 178 133 159 0 0.25 0.11 0.30 325.33 0.23 0.61
Hex B2 85 9F 0 19 B 1E 145 17 3D
Octal 262 205 237 0 31 13 36 505 27 75
Binary 10110010 10000101 10011111 0 11001 1011 11110 101000101 10111 111101

Color Harmonies of #B2859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2859F

Black with #B2859F

Text Example


Text Example

White with #B2859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2859F; }

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

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

background-color css

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

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

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

border-color css

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

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

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