Html Css Color HEX #BC7EA1 Bouquet

📋 copy color: '#BC7EA1'

red 188 ◦ green 126 ◦ blue 161

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

Shades of Bouquet #BC7EA1

Tints of Bouquet #BC7EA1

RGB

 RED value IS 188 (73.83% from 255) = 39.58%

 GREEN value IS 126 (49.61% from 255) = 26.53%

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

R = 39.58%
G = 26.53%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC7EA1 (or 0xBC7EA1) is known color: Bouquet. HEX triplet: BC, 7E and A1. RGB value is (188,126,161). Sum of RGB (Red+Green+Blue) = 188+126+161=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7EA1 is #43815E. Grayscale: #949494. Windows color (decimal): -4424031 or 10583740. OLE color: 10583740.

HSL color Cylindrical-coordinate representation of color #BC7EA1: hue angle of 326.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC7EA1 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 161 -
CMYK 0 0.33 0.14 0.26
HSL 326.13º 0.32% 0.62% -
HSV(B) 326.13º 0.33% 0.74% -
XYZ 34.63 28.19 37.33 -
YUV 148.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 188 126 161 0 0.33 0.14 0.26 326.13 0.32 0.62
Hex BC 7E A1 0 21 E 1A 146 20 3E
Octal 274 176 241 0 41 16 32 506 40 76
Binary 10111100 1111110 10100001 0 100001 1110 11010 101000110 100000 111110

Color Harmonies of #BC7EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EA1

Black with #BC7EA1

Text Example


Text Example

White with #BC7EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EA1; }

 p { color: rgb(188,126,161); }

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

background-color css

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

 a { background-color: rgb(188,126,161); }

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

border-color css

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

 span { border-color: rgb(188,126,161); }

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