Html Css Color HEX #B26D9F Bouquet

📋 copy color: '#B26D9F'

red 178 ◦ green 109 ◦ blue 159

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

Shades of Bouquet #B26D9F

Tints of Bouquet #B26D9F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.44%

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

R = 39.91%
G = 24.44%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B26D9F (or 0xB26D9F) is known color: Bouquet. HEX triplet: B2, 6D and 9F. RGB value is (178,109,159). Sum of RGB (Red+Green+Blue) = 178+109+159=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26D9F is #4D9260. Grayscale: #878787. Windows color (decimal): -5083745 or 10448306. OLE color: 10448306.

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

Color convert

RGB 178 109 159 -
CMYK 0 0.39 0.11 0.30
HSL 316.52º 0.31% 0.56% -
HSV(B) 316.52º 0.39% 0.7% -
XYZ 30.09 22.91 35.64 -
YUV 135.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 178 109 159 0 0.39 0.11 0.30 316.52 0.31 0.56
Hex B2 6D 9F 0 27 B 1E 13D 1F 38
Octal 262 155 237 0 47 13 36 475 37 70
Binary 10110010 1101101 10011111 0 100111 1011 11110 100111101 11111 111000

Color Harmonies of #B26D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26D9F

Black with #B26D9F

Text Example


Text Example

White with #B26D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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