Html Css Color HEX #BC78A6 Bouquet

📋 copy color: '#BC78A6'

red 188 ◦ green 120 ◦ blue 166

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

Shades of Bouquet #BC78A6

Tints of Bouquet #BC78A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.02%

R = 39.66%
G = 25.32%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC78A6 (or 0xBC78A6) is known color: Bouquet. HEX triplet: BC, 78 and A6. RGB value is (188,120,166). Sum of RGB (Red+Green+Blue) = 188+120+166=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC78A6 is #438759. Grayscale: #919191. Windows color (decimal): -4425562 or 10909884. OLE color: 10909884.

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

Color convert

RGB 188 120 166 -
CMYK 0 0.36 0.12 0.26
HSL 319.41º 0.34% 0.6% -
HSV(B) 319.41º 0.36% 0.74% -
XYZ 34.34 26.88 39.45 -
YUV 145.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 188 120 166 0 0.36 0.12 0.26 319.41 0.34 0.6
Hex BC 78 A6 0 24 C 1A 13F 22 3C
Octal 274 170 246 0 44 14 32 477 42 74
Binary 10111100 1111000 10100110 0 100100 1100 11010 100111111 100010 111100

Color Harmonies of #BC78A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78A6

Black with #BC78A6

Text Example


Text Example

White with #BC78A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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