Html Css Color HEX #B5669F Bouquet

📋 copy color: '#B5669F'

red 181 ◦ green 102 ◦ blue 159

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

Shades of Bouquet #B5669F

Tints of Bouquet #B5669F

RGB

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

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

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

R = 40.95%
G = 23.08%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5669F (or 0xB5669F) is known color: Bouquet. HEX triplet: B5, 66 and 9F. RGB value is (181,102,159). Sum of RGB (Red+Green+Blue) = 181+102+159=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5669F is #4A9960. Grayscale: #838383. Windows color (decimal): -4888929 or 10446517. OLE color: 10446517.

HSL color Cylindrical-coordinate representation of color #B5669F: hue angle of 316.71º 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 #B5669F is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 102 159 -
CMYK 0 0.44 0.12 0.29
HSL 316.71º 0.35% 0.55% -
HSV(B) 316.71º 0.44% 0.71% -
XYZ 30.07 21.83 35.43 -
YUV 132.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 181 102 159 0 0.44 0.12 0.29 316.71 0.35 0.55
Hex B5 66 9F 0 2C C 1D 13D 23 37
Octal 265 146 237 0 54 14 35 475 43 67
Binary 10110101 1100110 10011111 0 101100 1100 11101 100111101 100011 110111

Color Harmonies of #B5669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5669F

Black with #B5669F

Text Example


Text Example

White with #B5669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5669F; }

 p { color: rgb(181,102,159); }

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

background-color css

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

 a { background-color: rgb(181,102,159); }

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

border-color css

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

 span { border-color: rgb(181,102,159); }

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