Html Css Color HEX #B26699 Bouquet

📋 copy color: '#B26699'

red 178 ◦ green 102 ◦ blue 153

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

Shades of Bouquet #B26699

Tints of Bouquet #B26699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.56%

 BLUE value IS 153 (60.16% from 255) = 35.33%

R = 41.11%
G = 23.56%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B26699 (or 0xB26699) is known color: Bouquet. HEX triplet: B2, 66 and 99. RGB value is (178,102,153). Sum of RGB (Red+Green+Blue) = 178+102+153=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B26699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26699 is #4D9966. Grayscale: #828282. Windows color (decimal): -5085543 or 10053298. OLE color: 10053298.

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

Color convert

RGB 178 102 153 -
CMYK 0 0.43 0.14 0.30
HSL 319.74º 0.33% 0.55% -
HSV(B) 319.74º 0.43% 0.7% -
XYZ 28.86 21.27 32.72 -
YUV 130.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 178 102 153 0 0.43 0.14 0.30 319.74 0.33 0.55
Hex B2 66 99 0 2B E 1E 140 21 37
Octal 262 146 231 0 53 16 36 500 41 67
Binary 10110010 1100110 10011001 0 101011 1110 11110 101000000 100001 110111

Color Harmonies of #B26699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26699

Black with #B26699

Text Example


Text Example

White with #B26699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26699; }

 p { color: rgb(178,102,153); }

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

background-color css

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

 a { background-color: rgb(178,102,153); }

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

border-color css

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

 span { border-color: rgb(178,102,153); }

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