Html Css Color HEX #B36D9E Bouquet

📋 copy color: '#B36D9E'

red 179 ◦ green 109 ◦ blue 158

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

Shades of Bouquet #B36D9E

Tints of Bouquet #B36D9E

RGB

 RED value IS 179 (70.31% from 255) = 40.13%

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

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

R = 40.13%
G = 24.44%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B36D9E (or 0xB36D9E) is known color: Bouquet. HEX triplet: B3, 6D and 9E. RGB value is (179,109,158). Sum of RGB (Red+Green+Blue) = 179+109+158=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36D9E is #4C9261. Grayscale: #878787. Windows color (decimal): -5018210 or 10382771. OLE color: 10382771.

HSL color Cylindrical-coordinate representation of color #B36D9E: hue angle of 318º degrees, saturation: 0.32, 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 #B36D9E is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 109 158 -
CMYK 0 0.39 0.12 0.30
HSL 318º 0.32% 0.56% -
HSV(B) 318º 0.39% 0.7% -
XYZ 30.23 22.99 35.19 -
YUV 135.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 179 109 158 0 0.39 0.12 0.30 318 0.32 0.56
Hex B3 6D 9E 0 27 C 1E 13E 20 38
Octal 263 155 236 0 47 14 36 476 40 70
Binary 10110011 1101101 10011110 0 100111 1100 11110 100111110 100000 111000

Color Harmonies of #B36D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36D9E

Black with #B36D9E

Text Example


Text Example

White with #B36D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36D9E; }

 p { color: rgb(179,109,158); }

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

background-color css

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

 a { background-color: rgb(179,109,158); }

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

border-color css

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

 span { border-color: rgb(179,109,158); }

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