Html Css Color HEX #BC78AA Bouquet

📋 copy color: '#BC78AA'

red 188 ◦ green 120 ◦ blue 170

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

Shades of Bouquet #BC78AA

Tints of Bouquet #BC78AA

RGB

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

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

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

R = 39.33%
G = 25.1%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC78AA (or 0xBC78AA) is known color: Bouquet. HEX triplet: BC, 78 and AA. RGB value is (188,120,170). Sum of RGB (Red+Green+Blue) = 188+120+170=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC78AA is #438755. Grayscale: #919191. Windows color (decimal): -4425558 or 11172028. OLE color: 11172028.

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

Color convert

RGB 188 120 170 -
CMYK 0 0.36 0.10 0.26
HSL 315.88º 0.34% 0.6% -
HSV(B) 315.88º 0.36% 0.74% -
XYZ 34.71 27.03 41.42 -
YUV 146.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 188 120 170 0 0.36 0.10 0.26 315.88 0.34 0.6
Hex BC 78 AA 0 24 A 1A 13C 22 3C
Octal 274 170 252 0 44 12 32 474 42 74
Binary 10111100 1111000 10101010 0 100100 1010 11010 100111100 100010 111100

Color Harmonies of #BC78AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78AA

Black with #BC78AA

Text Example


Text Example

White with #BC78AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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