Html Css Color HEX #BC6390 Hopbush

📋 copy color: '#BC6390'

red 188 ◦ green 99 ◦ blue 144

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

Shades of Hopbush #BC6390

Tints of Hopbush #BC6390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.97%

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

R = 43.62%
G = 22.97%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC6390 (or 0xBC6390) is known color: Hopbush. HEX triplet: BC, 63 and 90. RGB value is (188,99,144). Sum of RGB (Red+Green+Blue) = 188+99+144=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6390 is #439C6F. Grayscale: #828282. Windows color (decimal): -4430960 or 9462716. OLE color: 9462716.

HSL color Cylindrical-coordinate representation of color #BC6390: hue angle of 329.66º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6390 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 144 -
CMYK 0 0.47 0.23 0.26
HSL 329.66º 0.4% 0.56% -
HSV(B) 329.66º 0.47% 0.74% -
XYZ 30.23 21.63 28.97 -
YUV 130.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 188 99 144 0 0.47 0.23 0.26 329.66 0.4 0.56
Hex BC 63 90 0 2F 17 1A 14A 28 38
Octal 274 143 220 0 57 27 32 512 50 70
Binary 10111100 1100011 10010000 0 101111 10111 11010 101001010 101000 111000

Color Harmonies of #BC6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6390

Black with #BC6390

Text Example


Text Example

White with #BC6390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6390; }

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

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

background-color css

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

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

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

border-color css

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

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

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