Html Css Color HEX #BC6FAA Bouquet

📋 copy color: '#BC6FAA'

red 188 ◦ green 111 ◦ blue 170

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

Shades of Bouquet #BC6FAA

Tints of Bouquet #BC6FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.67%

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

R = 40.09%
G = 23.67%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC6FAA (or 0xBC6FAA) is known color: Bouquet. HEX triplet: BC, 6F and AA. RGB value is (188,111,170). Sum of RGB (Red+Green+Blue) = 188+111+170=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6FAA is #439055. Grayscale: #8C8C8C. Windows color (decimal): -4427862 or 11169724. OLE color: 11169724.

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

Color convert

RGB 188 111 170 -
CMYK 0 0.41 0.10 0.26
HSL 314.03º 0.36% 0.59% -
HSV(B) 314.03º 0.41% 0.74% -
XYZ 33.68 24.96 41.07 -
YUV 140.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 188 111 170 0 0.41 0.10 0.26 314.03 0.36 0.59
Hex BC 6F AA 0 29 A 1A 13A 24 3B
Octal 274 157 252 0 51 12 32 472 44 73
Binary 10111100 1101111 10101010 0 101001 1010 11010 100111010 100100 111011

Color Harmonies of #BC6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FAA

Black with #BC6FAA

Text Example


Text Example

White with #BC6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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