Html Css Color HEX #BC678E Hopbush

📋 copy color: '#BC678E'

red 188 ◦ green 103 ◦ blue 142

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

Shades of Hopbush #BC678E

Tints of Hopbush #BC678E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.79%

 BLUE value IS 142 (55.86% from 255) = 32.79%

R = 43.42%
G = 23.79%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC678E (or 0xBC678E) is known color: Hopbush. HEX triplet: BC, 67 and 8E. RGB value is (188,103,142). Sum of RGB (Red+Green+Blue) = 188+103+142=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC678E is #439871. Grayscale: #848484. Windows color (decimal): -4429938 or 9332668. OLE color: 9332668.

HSL color Cylindrical-coordinate representation of color #BC678E: hue angle of 332.47º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC678E is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 103 142 -
CMYK 0 0.45 0.24 0.26
HSL 332.47º 0.39% 0.57% -
HSV(B) 332.47º 0.45% 0.74% -
XYZ 30.47 22.34 28.3 -
YUV 132.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 188 103 142 0 0.45 0.24 0.26 332.47 0.39 0.57
Hex BC 67 8E 0 2D 18 1A 14C 27 39
Octal 274 147 216 0 55 30 32 514 47 71
Binary 10111100 1100111 10001110 0 101101 11000 11010 101001100 100111 111001

Color Harmonies of #BC678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC678E

Black with #BC678E

Text Example


Text Example

White with #BC678E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC678E; }

 p { color: rgb(188,103,142); }

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

background-color css

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

 a { background-color: rgb(188,103,142); }

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

border-color css

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

 span { border-color: rgb(188,103,142); }

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