Html Css Color HEX #B36CA4 Bouquet

📋 copy color: '#B36CA4'

red 179 ◦ green 108 ◦ blue 164

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

Shades of Bouquet #B36CA4

Tints of Bouquet #B36CA4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.95%

 BLUE value IS 164 (64.45% from 255) = 36.36%

R = 39.69%
G = 23.95%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B36CA4 (or 0xB36CA4) is known color: Bouquet. HEX triplet: B3, 6C and A4. RGB value is (179,108,164). Sum of RGB (Red+Green+Blue) = 179+108+164=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B36CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36CA4 is #4C935B. Grayscale: #878787. Windows color (decimal): -5018460 or 10775731. OLE color: 10775731.

HSL color Cylindrical-coordinate representation of color #B36CA4: hue angle of 312.68º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36CA4 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 108 164 -
CMYK 0 0.40 0.08 0.30
HSL 312.68º 0.32% 0.56% -
HSV(B) 312.68º 0.4% 0.7% -
XYZ 30.65 22.99 37.94 -
YUV 135.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 179 108 164 0 0.40 0.08 0.30 312.68 0.32 0.56
Hex B3 6C A4 0 28 8 1E 139 20 38
Octal 263 154 244 0 50 10 36 471 40 70
Binary 10110011 1101100 10100100 0 101000 1000 11110 100111001 100000 111000

Color Harmonies of #B36CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CA4

Black with #B36CA4

Text Example


Text Example

White with #B36CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36CA4; }

 p { color: rgb(179,108,164); }

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

background-color css

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

 a { background-color: rgb(179,108,164); }

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

border-color css

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

 span { border-color: rgb(179,108,164); }

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