Html Css Color HEX #B36FA5 Bouquet

📋 copy color: '#B36FA5'

red 179 ◦ green 111 ◦ blue 165

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

Shades of Bouquet #B36FA5

Tints of Bouquet #B36FA5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.4%

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

R = 39.34%
G = 24.4%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B36FA5 (or 0xB36FA5) is known color: Bouquet. HEX triplet: B3, 6F and A5. RGB value is (179,111,165). Sum of RGB (Red+Green+Blue) = 179+111+165=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B36FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36FA5 is #4C905A. Grayscale: #898989. Windows color (decimal): -5017691 or 10842035. OLE color: 10842035.

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

Color convert

RGB 179 111 165 -
CMYK 0 0.38 0.08 0.30
HSL 312.35º 0.31% 0.57% -
HSV(B) 312.35º 0.38% 0.7% -
XYZ 31.07 23.67 38.53 -
YUV 137.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 179 111 165 0 0.38 0.08 0.30 312.35 0.31 0.57
Hex B3 6F A5 0 26 8 1E 138 1F 39
Octal 263 157 245 0 46 10 36 470 37 71
Binary 10110011 1101111 10100101 0 100110 1000 11110 100111000 11111 111001

Color Harmonies of #B36FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FA5

Black with #B36FA5

Text Example


Text Example

White with #B36FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FA5; }

 p { color: rgb(179,111,165); }

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

background-color css

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

 a { background-color: rgb(179,111,165); }

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

border-color css

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

 span { border-color: rgb(179,111,165); }

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