Html Css Color HEX #B26EA5 Bouquet

📋 copy color: '#B26EA5'

red 178 ◦ green 110 ◦ blue 165

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

Shades of Bouquet #B26EA5

Tints of Bouquet #B26EA5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.28%

 BLUE value IS 165 (64.84% from 255) = 36.42%

R = 39.29%
G = 24.28%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B26EA5 (or 0xB26EA5) is known color: Bouquet. HEX triplet: B2, 6E and A5. RGB value is (178,110,165). Sum of RGB (Red+Green+Blue) = 178+110+165=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B26EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26EA5 is #4D915A. Grayscale: #888888. Windows color (decimal): -5083483 or 10841778. OLE color: 10841778.

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

Color convert

RGB 178 110 165 -
CMYK 0 0.38 0.07 0.30
HSL 311.47º 0.31% 0.56% -
HSV(B) 311.47º 0.38% 0.7% -
XYZ 30.73 23.33 38.48 -
YUV 136.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 178 110 165 0 0.38 0.07 0.30 311.47 0.31 0.56
Hex B2 6E A5 0 26 7 1E 137 1F 38
Octal 262 156 245 0 46 7 36 467 37 70
Binary 10110010 1101110 10100101 0 100110 111 11110 100110111 11111 111000

Color Harmonies of #B26EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26EA5

Black with #B26EA5

Text Example


Text Example

White with #B26EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26EA5; }

 p { color: rgb(178,110,165); }

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

background-color css

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

 a { background-color: rgb(178,110,165); }

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

border-color css

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

 span { border-color: rgb(178,110,165); }

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