Html Css Color HEX #BC7FAA Bouquet

📋 copy color: '#BC7FAA'

red 188 ◦ green 127 ◦ blue 170

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

Shades of Bouquet #BC7FAA

Tints of Bouquet #BC7FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 38.76%
G = 26.19%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC7FAA (or 0xBC7FAA) is known color: Bouquet. HEX triplet: BC, 7F and AA. RGB value is (188,127,170). Sum of RGB (Red+Green+Blue) = 188+127+170=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FAA is #438055. Grayscale: #969696. Windows color (decimal): -4423766 or 11173820. OLE color: 11173820.

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

Color convert

RGB 188 127 170 -
CMYK 0 0.32 0.10 0.26
HSL 317.7º 0.31% 0.62% -
HSV(B) 317.7º 0.32% 0.74% -
XYZ 35.58 28.77 41.71 -
YUV 150.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 188 127 170 0 0.32 0.10 0.26 317.7 0.31 0.62
Hex BC 7F AA 0 20 A 1A 13E 1F 3E
Octal 274 177 252 0 40 12 32 476 37 76
Binary 10111100 1111111 10101010 0 100000 1010 11010 100111110 11111 111110

Color Harmonies of #BC7FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FAA

Black with #BC7FAA

Text Example


Text Example

White with #BC7FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FAA; }

 p { color: rgb(188,127,170); }

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

background-color css

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

 a { background-color: rgb(188,127,170); }

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

border-color css

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

 span { border-color: rgb(188,127,170); }

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