Html Css Color HEX #BC6C90 Hopbush

📋 copy color: '#BC6C90'

red 188 ◦ green 108 ◦ blue 144

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

Shades of Hopbush #BC6C90

Tints of Hopbush #BC6C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.55%

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

R = 42.73%
G = 24.55%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC6C90 (or 0xBC6C90) is known color: Hopbush. HEX triplet: BC, 6C and 90. RGB value is (188,108,144). Sum of RGB (Red+Green+Blue) = 188+108+144=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6C90 is #43936F. Grayscale: #878787. Windows color (decimal): -4428656 or 9465020. OLE color: 9465020.

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

Color convert

RGB 188 108 144 -
CMYK 0 0.43 0.23 0.26
HSL 333º 0.37% 0.58% -
HSV(B) 333º 0.43% 0.74% -
XYZ 31.14 23.43 29.27 -
YUV 136.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 188 108 144 0 0.43 0.23 0.26 333 0.37 0.58
Hex BC 6C 90 0 2B 17 1A 14D 25 3A
Octal 274 154 220 0 53 27 32 515 45 72
Binary 10111100 1101100 10010000 0 101011 10111 11010 101001101 100101 111010

Color Harmonies of #BC6C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C90

Black with #BC6C90

Text Example


Text Example

White with #BC6C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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