Html Css Color HEX #BC6697 Hopbush

📋 copy color: '#BC6697'

red 188 ◦ green 102 ◦ blue 151

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

Shades of Hopbush #BC6697

Tints of Hopbush #BC6697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.24%

R = 42.63%
G = 23.13%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC6697 (or 0xBC6697) is known color: Hopbush. HEX triplet: BC, 66 and 97. RGB value is (188,102,151). Sum of RGB (Red+Green+Blue) = 188+102+151=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6697 is #439968. Grayscale: #858585. Windows color (decimal): -4430185 or 9922236. OLE color: 9922236.

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

Color convert

RGB 188 102 151 -
CMYK 0 0.46 0.20 0.26
HSL 325.81º 0.39% 0.57% -
HSV(B) 325.81º 0.46% 0.74% -
XYZ 31.08 22.43 31.97 -
YUV 133.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 188 102 151 0 0.46 0.20 0.26 325.81 0.39 0.57
Hex BC 66 97 0 2E 14 1A 146 27 39
Octal 274 146 227 0 56 24 32 506 47 71
Binary 10111100 1100110 10010111 0 101110 10100 11010 101000110 100111 111001

Color Harmonies of #BC6697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6697

Black with #BC6697

Text Example


Text Example

White with #BC6697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6697; }

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

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

background-color css

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

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

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

border-color css

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

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

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