Html Css Color HEX #B5659E Bouquet

📋 copy color: '#B5659E'

red 181 ◦ green 101 ◦ blue 158

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

Shades of Bouquet #B5659E

Tints of Bouquet #B5659E

RGB

 RED value IS 181 (71.09% from 255) = 41.14%

 GREEN value IS 101 (39.84% from 255) = 22.95%

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 41.14%
G = 22.95%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5659E (or 0xB5659E) is known color: Bouquet. HEX triplet: B5, 65 and 9E. RGB value is (181,101,158). Sum of RGB (Red+Green+Blue) = 181+101+158=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5659E is #4A9A61. Grayscale: #838383. Windows color (decimal): -4889186 or 10380725. OLE color: 10380725.

HSL color Cylindrical-coordinate representation of color #B5659E: hue angle of 317.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5659E is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 101 158 -
CMYK 0 0.44 0.13 0.29
HSL 317.25º 0.35% 0.55% -
HSV(B) 317.25º 0.44% 0.71% -
XYZ 29.88 21.6 34.94 -
YUV 131.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 181 101 158 0 0.44 0.13 0.29 317.25 0.35 0.55
Hex B5 65 9E 0 2C D 1D 13D 23 37
Octal 265 145 236 0 54 15 35 475 43 67
Binary 10110101 1100101 10011110 0 101100 1101 11101 100111101 100011 110111

Color Harmonies of #B5659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5659E

Black with #B5659E

Text Example


Text Example

White with #B5659E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5659E; }

 p { color: rgb(181,101,158); }

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

background-color css

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

 a { background-color: rgb(181,101,158); }

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

border-color css

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

 span { border-color: rgb(181,101,158); }

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