Html Css Color HEX #BC6994 Hopbush

📋 copy color: '#BC6994'

red 188 ◦ green 105 ◦ blue 148

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

Shades of Hopbush #BC6994

Tints of Hopbush #BC6994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.81%

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

R = 42.63%
G = 23.81%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC6994 (or 0xBC6994) is known color: Hopbush. HEX triplet: BC, 69 and 94. RGB value is (188,105,148). Sum of RGB (Red+Green+Blue) = 188+105+148=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6994 is #43966B. Grayscale: #868686. Windows color (decimal): -4429420 or 9726396. OLE color: 9726396.

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

Color convert

RGB 188 105 148 -
CMYK 0 0.44 0.21 0.26
HSL 328.92º 0.38% 0.57% -
HSV(B) 328.92º 0.44% 0.74% -
XYZ 31.14 22.93 30.8 -
YUV 134.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 188 105 148 0 0.44 0.21 0.26 328.92 0.38 0.57
Hex BC 69 94 0 2C 15 1A 149 26 39
Octal 274 151 224 0 54 25 32 511 46 71
Binary 10111100 1101001 10010100 0 101100 10101 11010 101001001 100110 111001

Color Harmonies of #BC6994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6994

Black with #BC6994

Text Example


Text Example

White with #BC6994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6994; }

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

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

background-color css

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

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

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

border-color css

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

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

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