Html Css Color HEX #B26698 Bouquet

📋 copy color: '#B26698'

red 178 ◦ green 102 ◦ blue 152

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

Shades of Bouquet #B26698

Tints of Bouquet #B26698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.19%

R = 41.2%
G = 23.61%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B26698 (or 0xB26698) is known color: Bouquet. HEX triplet: B2, 66 and 98. RGB value is (178,102,152). Sum of RGB (Red+Green+Blue) = 178+102+152=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B26698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26698 is #4D9967. Grayscale: #828282. Windows color (decimal): -5085544 or 9987762. OLE color: 9987762.

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

Color convert

RGB 178 102 152 -
CMYK 0 0.43 0.15 0.30
HSL 320.53º 0.33% 0.55% -
HSV(B) 320.53º 0.43% 0.7% -
XYZ 28.78 21.23 32.29 -
YUV 130.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 178 102 152 0 0.43 0.15 0.30 320.53 0.33 0.55
Hex B2 66 98 0 2B F 1E 141 21 37
Octal 262 146 230 0 53 17 36 501 41 67
Binary 10110010 1100110 10011000 0 101011 1111 11110 101000001 100001 110111

Color Harmonies of #B26698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26698

Black with #B26698

Text Example


Text Example

White with #B26698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26698; }

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

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

background-color css

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

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

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

border-color css

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

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

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