Html Css Color HEX #BC668D Hopbush

📋 copy color: '#BC668D'

red 188 ◦ green 102 ◦ blue 141

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

Shades of Hopbush #BC668D

Tints of Hopbush #BC668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.67%

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 43.62%
G = 23.67%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC668D (or 0xBC668D) is known color: Hopbush. HEX triplet: BC, 66 and 8D. RGB value is (188,102,141). Sum of RGB (Red+Green+Blue) = 188+102+141=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC668D is #439972. Grayscale: #848484. Windows color (decimal): -4430195 or 9266876. OLE color: 9266876.

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

Color convert

RGB 188 102 141 -
CMYK 0 0.46 0.25 0.26
HSL 332.79º 0.39% 0.57% -
HSV(B) 332.79º 0.46% 0.74% -
XYZ 30.3 22.12 27.87 -
YUV 132.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 188 102 141 0 0.46 0.25 0.26 332.79 0.39 0.57
Hex BC 66 8D 0 2E 19 1A 14D 27 39
Octal 274 146 215 0 56 31 32 515 47 71
Binary 10111100 1100110 10001101 0 101110 11001 11010 101001101 100111 111001

Color Harmonies of #BC668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC668D

Black with #BC668D

Text Example


Text Example

White with #BC668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC668D; }

 p { color: rgb(188,102,141); }

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

background-color css

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

 a { background-color: rgb(188,102,141); }

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

border-color css

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

 span { border-color: rgb(188,102,141); }

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