Html Css Color HEX #BC6FA3 Bouquet

📋 copy color: '#BC6FA3'

red 188 ◦ green 111 ◦ blue 163

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

Shades of Bouquet #BC6FA3

Tints of Bouquet #BC6FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.28%

R = 40.69%
G = 24.03%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC6FA3 (or 0xBC6FA3) is known color: Bouquet. HEX triplet: BC, 6F and A3. RGB value is (188,111,163). Sum of RGB (Red+Green+Blue) = 188+111+163=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6FA3 is #43905C. Grayscale: #8B8B8B. Windows color (decimal): -4427869 or 10710972. OLE color: 10710972.

HSL color Cylindrical-coordinate representation of color #BC6FA3: hue angle of 319.48º 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 #BC6FA3 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 111 163 -
CMYK 0 0.41 0.13 0.26
HSL 319.48º 0.36% 0.59% -
HSV(B) 319.48º 0.41% 0.74% -
XYZ 33.03 24.7 37.68 -
YUV 139.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 188 111 163 0 0.41 0.13 0.26 319.48 0.36 0.59
Hex BC 6F A3 0 29 D 1A 13F 24 3B
Octal 274 157 243 0 51 15 32 477 44 73
Binary 10111100 1101111 10100011 0 101001 1101 11010 100111111 100100 111011

Color Harmonies of #BC6FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FA3

Black with #BC6FA3

Text Example


Text Example

White with #BC6FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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