Html Css Color HEX #BC78A5 Bouquet

📋 copy color: '#BC78A5'

red 188 ◦ green 120 ◦ blue 165

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

Shades of Bouquet #BC78A5

Tints of Bouquet #BC78A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.88%

R = 39.75%
G = 25.37%
B = 34.88%

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

#BC78A5 (or 0xBC78A5) is known color: Bouquet. HEX triplet: BC, 78 and A5. RGB value is (188,120,165). Sum of RGB (Red+Green+Blue) = 188+120+165=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC78A5 is #43875A. Grayscale: #919191. Windows color (decimal): -4425563 or 10844348. OLE color: 10844348.

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

Color convert

RGB 188 120 165 -
CMYK 0 0.36 0.12 0.26
HSL 320.29º 0.34% 0.6% -
HSV(B) 320.29º 0.36% 0.74% -
XYZ 34.25 26.84 38.97 -
YUV 145.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 188 120 165 0 0.36 0.12 0.26 320.29 0.34 0.6
Hex BC 78 A5 0 24 C 1A 140 22 3C
Octal 274 170 245 0 44 14 32 500 42 74
Binary 10111100 1111000 10100101 0 100100 1100 11010 101000000 100010 111100

Color Harmonies of #BC78A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78A5

Black with #BC78A5

Text Example


Text Example

White with #BC78A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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