Html Css Color HEX #B36FA0 Bouquet

📋 copy color: '#B36FA0'

red 179 ◦ green 111 ◦ blue 160

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

Shades of Bouquet #B36FA0

Tints of Bouquet #B36FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 39.78%
G = 24.67%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B36FA0 (or 0xB36FA0) is known color: Bouquet. HEX triplet: B3, 6F and A0. RGB value is (179,111,160). Sum of RGB (Red+Green+Blue) = 179+111+160=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B36FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36FA0 is #4C905F. Grayscale: #888888. Windows color (decimal): -5017696 or 10514355. OLE color: 10514355.

HSL color Cylindrical-coordinate representation of color #B36FA0: hue angle of 316.76º 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 #B36FA0 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 111 160 -
CMYK 0 0.38 0.11 0.30
HSL 316.76º 0.31% 0.57% -
HSV(B) 316.76º 0.38% 0.7% -
XYZ 30.62 23.49 36.18 -
YUV 136.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 179 111 160 0 0.38 0.11 0.30 316.76 0.31 0.57
Hex B3 6F A0 0 26 B 1E 13D 1F 39
Octal 263 157 240 0 46 13 36 475 37 71
Binary 10110011 1101111 10100000 0 100110 1011 11110 100111101 11111 111001

Color Harmonies of #B36FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FA0

Black with #B36FA0

Text Example


Text Example

White with #B36FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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