Html Css Color HEX #BC6491 Hopbush

📋 copy color: '#BC6491'

red 188 ◦ green 100 ◦ blue 145

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

Shades of Hopbush #BC6491

Tints of Hopbush #BC6491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.09%

 BLUE value IS 145 (57.03% from 255) = 33.49%

R = 43.42%
G = 23.09%
B = 33.49%

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

#BC6491 (or 0xBC6491) is known color: Hopbush. HEX triplet: BC, 64 and 91. RGB value is (188,100,145). Sum of RGB (Red+Green+Blue) = 188+100+145=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6491 is #439B6E. Grayscale: #838383. Windows color (decimal): -4430703 or 9528508. OLE color: 9528508.

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

Color convert

RGB 188 100 145 -
CMYK 0 0.47 0.23 0.26
HSL 329.32º 0.4% 0.56% -
HSV(B) 329.32º 0.47% 0.74% -
XYZ 30.41 21.85 29.4 -
YUV 131.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 188 100 145 0 0.47 0.23 0.26 329.32 0.4 0.56
Hex BC 64 91 0 2F 17 1A 149 28 38
Octal 274 144 221 0 57 27 32 511 50 70
Binary 10111100 1100100 10010001 0 101111 10111 11010 101001001 101000 111000

Color Harmonies of #BC6491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6491

Black with #BC6491

Text Example


Text Example

White with #BC6491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6491; }

 p { color: rgb(188,100,145); }

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

background-color css

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

 a { background-color: rgb(188,100,145); }

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

border-color css

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

 span { border-color: rgb(188,100,145); }

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