Html Css Color HEX #B57CA4 Bouquet

📋 copy color: '#B57CA4'

red 181 ◦ green 124 ◦ blue 164

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

Shades of Bouquet #B57CA4

Tints of Bouquet #B57CA4

RGB

 RED value IS 181 (71.09% from 255) = 38.59%

 GREEN value IS 124 (48.83% from 255) = 26.44%

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

R = 38.59%
G = 26.44%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B57CA4 (or 0xB57CA4) is known color: Bouquet. HEX triplet: B5, 7C and A4. RGB value is (181,124,164). Sum of RGB (Red+Green+Blue) = 181+124+164=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B57CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57CA4 is #4A835B. Grayscale: #919191. Windows color (decimal): -4883292 or 10779829. OLE color: 10779829.

HSL color Cylindrical-coordinate representation of color #B57CA4: hue angle of 317.89º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57CA4 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 124 164 -
CMYK 0 0.31 0.09 0.29
HSL 317.89º 0.28% 0.6% -
HSV(B) 317.89º 0.31% 0.71% -
XYZ 32.96 26.92 38.58 -
YUV 145.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 181 124 164 0 0.31 0.09 0.29 317.89 0.28 0.6
Hex B5 7C A4 0 1F 9 1D 13E 1C 3C
Octal 265 174 244 0 37 11 35 476 34 74
Binary 10110101 1111100 10100100 0 11111 1001 11101 100111110 11100 111100

Color Harmonies of #B57CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CA4

Black with #B57CA4

Text Example


Text Example

White with #B57CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CA4; }

 p { color: rgb(181,124,164); }

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

background-color css

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

 a { background-color: rgb(181,124,164); }

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

border-color css

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

 span { border-color: rgb(181,124,164); }

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