Html Css Color HEX #B2659A Bouquet

📋 copy color: '#B2659A'

red 178 ◦ green 101 ◦ blue 154

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

Shades of Bouquet #B2659A

Tints of Bouquet #B2659A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.33%

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 41.11%
G = 23.33%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2659A (or 0xB2659A) is known color: Bouquet. HEX triplet: B2, 65 and 9A. RGB value is (178,101,154). Sum of RGB (Red+Green+Blue) = 178+101+154=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2659A is #4D9A65. Grayscale: #818181. Windows color (decimal): -5085798 or 10118578. OLE color: 10118578.

HSL color Cylindrical-coordinate representation of color #B2659A: hue angle of 318.7º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2659A is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 154 -
CMYK 0 0.43 0.13 0.30
HSL 318.7º 0.33% 0.55% -
HSV(B) 318.7º 0.43% 0.7% -
XYZ 28.85 21.11 33.13 -
YUV 130.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 178 101 154 0 0.43 0.13 0.30 318.7 0.33 0.55
Hex B2 65 9A 0 2B D 1E 13F 21 37
Octal 262 145 232 0 53 15 36 477 41 67
Binary 10110010 1100101 10011010 0 101011 1101 11110 100111111 100001 110111

Color Harmonies of #B2659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2659A

Black with #B2659A

Text Example


Text Example

White with #B2659A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2659A; }

 p { color: rgb(178,101,154); }

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

background-color css

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

 a { background-color: rgb(178,101,154); }

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

border-color css

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

 span { border-color: rgb(178,101,154); }

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