Html Css Color HEX #B26498 Bouquet

📋 copy color: '#B26498'

red 178 ◦ green 100 ◦ blue 152

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

Shades of Bouquet #B26498

Tints of Bouquet #B26498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.26%

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

R = 41.4%
G = 23.26%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B26498 (or 0xB26498) is known color: Bouquet. HEX triplet: B2, 64 and 98. RGB value is (178,100,152). Sum of RGB (Red+Green+Blue) = 178+100+152=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B26498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26498 is #4D9B67. Grayscale: #818181. Windows color (decimal): -5086056 or 9987250. OLE color: 9987250.

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

Color convert

RGB 178 100 152 -
CMYK 0 0.44 0.15 0.30
HSL 320º 0.34% 0.55% -
HSV(B) 320º 0.44% 0.7% -
XYZ 28.58 20.85 32.22 -
YUV 129.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 178 100 152 0 0.44 0.15 0.30 320 0.34 0.55
Hex B2 64 98 0 2C F 1E 140 22 37
Octal 262 144 230 0 54 17 36 500 42 67
Binary 10110010 1100100 10011000 0 101100 1111 11110 101000000 100010 110111

Color Harmonies of #B26498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26498

Black with #B26498

Text Example


Text Example

White with #B26498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26498; }

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

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

background-color css

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

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

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

border-color css

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

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

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