Html Css Color HEX #BC7694 Hopbush

📋 copy color: '#BC7694'

red 188 ◦ green 118 ◦ blue 148

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

Shades of Hopbush #BC7694

Tints of Hopbush #BC7694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.99%

 BLUE value IS 148 (58.2% from 255) = 32.6%

R = 41.41%
G = 25.99%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC7694 (or 0xBC7694) is known color: Hopbush. HEX triplet: BC, 76 and 94. RGB value is (188,118,148). Sum of RGB (Red+Green+Blue) = 188+118+148=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7694 is #43896B. Grayscale: #8E8E8E. Windows color (decimal): -4426092 or 9729724. OLE color: 9729724.

HSL color Cylindrical-coordinate representation of color #BC7694: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7694 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 148 -
CMYK 0 0.37 0.21 0.26
HSL 334.29º 0.34% 0.6% -
HSV(B) 334.29º 0.37% 0.74% -
XYZ 32.56 25.79 31.28 -
YUV 142.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 188 118 148 0 0.37 0.21 0.26 334.29 0.34 0.6
Hex BC 76 94 0 25 15 1A 14E 22 3C
Octal 274 166 224 0 45 25 32 516 42 74
Binary 10111100 1110110 10010100 0 100101 10101 11010 101001110 100010 111100

Color Harmonies of #BC7694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7694

Black with #BC7694

Text Example


Text Example

White with #BC7694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7694; }

 p { color: rgb(188,118,148); }

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

background-color css

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

 a { background-color: rgb(188,118,148); }

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

border-color css

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

 span { border-color: rgb(188,118,148); }

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