Html Css Color HEX #BC6695 Hopbush

📋 copy color: '#BC6695'

red 188 ◦ green 102 ◦ blue 149

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

Shades of Hopbush #BC6695

Tints of Hopbush #BC6695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.94%

R = 42.82%
G = 23.23%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC6695 (or 0xBC6695) is known color: Hopbush. HEX triplet: BC, 66 and 95. RGB value is (188,102,149). Sum of RGB (Red+Green+Blue) = 188+102+149=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6695 is #43996A. Grayscale: #848484. Windows color (decimal): -4430187 or 9791164. OLE color: 9791164.

HSL color Cylindrical-coordinate representation of color #BC6695: hue angle of 327.21º 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 #BC6695 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 102 149 -
CMYK 0 0.46 0.21 0.26
HSL 327.21º 0.39% 0.57% -
HSV(B) 327.21º 0.46% 0.74% -
XYZ 30.92 22.36 31.12 -
YUV 133.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 188 102 149 0 0.46 0.21 0.26 327.21 0.39 0.57
Hex BC 66 95 0 2E 15 1A 147 27 39
Octal 274 146 225 0 56 25 32 507 47 71
Binary 10111100 1100110 10010101 0 101110 10101 11010 101000111 100111 111001

Color Harmonies of #BC6695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6695

Black with #BC6695

Text Example


Text Example

White with #BC6695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6695; }

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

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

background-color css

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

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

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

border-color css

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

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

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