Html Css Color HEX #B36EA1 Bouquet

📋 copy color: '#B36EA1'

red 179 ◦ green 110 ◦ blue 161

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

Shades of Bouquet #B36EA1

Tints of Bouquet #B36EA1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.44%

 BLUE value IS 161 (63.28% from 255) = 35.78%

R = 39.78%
G = 24.44%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B36EA1 (or 0xB36EA1) is known color: Bouquet. HEX triplet: B3, 6E and A1. RGB value is (179,110,161). Sum of RGB (Red+Green+Blue) = 179+110+161=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B36EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36EA1 is #4C915E. Grayscale: #888888. Windows color (decimal): -5017951 or 10579635. OLE color: 10579635.

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

Color convert

RGB 179 110 161 -
CMYK 0 0.39 0.10 0.30
HSL 315.65º 0.31% 0.57% -
HSV(B) 315.65º 0.39% 0.7% -
XYZ 30.6 23.31 36.6 -
YUV 136.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 179 110 161 0 0.39 0.10 0.30 315.65 0.31 0.57
Hex B3 6E A1 0 27 A 1E 13C 1F 39
Octal 263 156 241 0 47 12 36 474 37 71
Binary 10110011 1101110 10100001 0 100111 1010 11110 100111100 11111 111001

Color Harmonies of #B36EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36EA1

Black with #B36EA1

Text Example


Text Example

White with #B36EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36EA1; }

 p { color: rgb(179,110,161); }

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

background-color css

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

 a { background-color: rgb(179,110,161); }

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

border-color css

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

 span { border-color: rgb(179,110,161); }

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