Html Css Color HEX #BC679F Hopbush

📋 copy color: '#BC679F'

red 188 ◦ green 103 ◦ blue 159

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

Shades of Hopbush #BC679F

Tints of Hopbush #BC679F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.33%

R = 41.78%
G = 22.89%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC679F (or 0xBC679F) is known color: Hopbush. HEX triplet: BC, 67 and 9F. RGB value is (188,103,159). Sum of RGB (Red+Green+Blue) = 188+103+159=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC679F is #439860. Grayscale: #868686. Windows color (decimal): -4429921 or 10446780. OLE color: 10446780.

HSL color Cylindrical-coordinate representation of color #BC679F: hue angle of 320.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 #BC679F is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 103 159 -
CMYK 0 0.45 0.15 0.26
HSL 320.47º 0.39% 0.57% -
HSV(B) 320.47º 0.45% 0.74% -
XYZ 31.85 22.9 35.54 -
YUV 134.8 141.66 165.95 -
System Red Green Blue C M Y K H S L
Decimal 188 103 159 0 0.45 0.15 0.26 320.47 0.39 0.57
Hex BC 67 9F 0 2D F 1A 140 27 39
Octal 274 147 237 0 55 17 32 500 47 71
Binary 10111100 1100111 10011111 0 101101 1111 11010 101000000 100111 111001

Color Harmonies of #BC679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC679F

Black with #BC679F

Text Example


Text Example

White with #BC679F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC679F; }

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

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

background-color css

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

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

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

border-color css

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

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

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