Html Css Color HEX #BC6690 Hopbush

📋 copy color: '#BC6690'

red 188 ◦ green 102 ◦ blue 144

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

Shades of Hopbush #BC6690

Tints of Hopbush #BC6690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 43.32%
G = 23.5%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC6690 (or 0xBC6690) is known color: Hopbush. HEX triplet: BC, 66 and 90. RGB value is (188,102,144). Sum of RGB (Red+Green+Blue) = 188+102+144=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6690 is #43996F. Grayscale: #848484. Windows color (decimal): -4430192 or 9463484. OLE color: 9463484.

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

Color convert

RGB 188 102 144 -
CMYK 0 0.46 0.23 0.26
HSL 330.7º 0.39% 0.57% -
HSV(B) 330.7º 0.46% 0.74% -
XYZ 30.52 22.21 29.06 -
YUV 132.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 188 102 144 0 0.46 0.23 0.26 330.7 0.39 0.57
Hex BC 66 90 0 2E 17 1A 14B 27 39
Octal 274 146 220 0 56 27 32 513 47 71
Binary 10111100 1100110 10010000 0 101110 10111 11010 101001011 100111 111001

Color Harmonies of #BC6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6690

Black with #BC6690

Text Example


Text Example

White with #BC6690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6690; }

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

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

background-color css

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

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

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

border-color css

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

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

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