Html Css Color HEX #BC78A7 Bouquet

📋 copy color: '#BC78A7'

red 188 ◦ green 120 ◦ blue 167

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

Shades of Bouquet #BC78A7

Tints of Bouquet #BC78A7

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.26%

 BLUE value IS 167 (65.63% from 255) = 35.16%

R = 39.58%
G = 25.26%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC78A7 (or 0xBC78A7) is known color: Bouquet. HEX triplet: BC, 78 and A7. RGB value is (188,120,167). Sum of RGB (Red+Green+Blue) = 188+120+167=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC78A7 is #438758. Grayscale: #919191. Windows color (decimal): -4425561 or 10975420. OLE color: 10975420.

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

Color convert

RGB 188 120 167 -
CMYK 0 0.36 0.11 0.26
HSL 318.53º 0.34% 0.6% -
HSV(B) 318.53º 0.36% 0.74% -
XYZ 34.43 26.91 39.94 -
YUV 145.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 188 120 167 0 0.36 0.11 0.26 318.53 0.34 0.6
Hex BC 78 A7 0 24 B 1A 13F 22 3C
Octal 274 170 247 0 44 13 32 477 42 74
Binary 10111100 1111000 10100111 0 100100 1011 11010 100111111 100010 111100

Color Harmonies of #BC78A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78A7

Black with #BC78A7

Text Example


Text Example

White with #BC78A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78A7; }

 p { color: rgb(188,120,167); }

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

background-color css

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

 a { background-color: rgb(188,120,167); }

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

border-color css

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

 span { border-color: rgb(188,120,167); }

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