Html Css Color HEX #BC6C96 Hopbush

📋 copy color: '#BC6C96'

red 188 ◦ green 108 ◦ blue 150

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

Shades of Hopbush #BC6C96

Tints of Hopbush #BC6C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.63%

R = 42.15%
G = 24.22%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC6C96 (or 0xBC6C96) is known color: Hopbush. HEX triplet: BC, 6C and 96. RGB value is (188,108,150). Sum of RGB (Red+Green+Blue) = 188+108+150=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6C96 is #439369. Grayscale: #888888. Windows color (decimal): -4428650 or 9858236. OLE color: 9858236.

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

Color convert

RGB 188 108 150 -
CMYK 0 0.43 0.20 0.26
HSL 328.5º 0.37% 0.58% -
HSV(B) 328.5º 0.43% 0.74% -
XYZ 31.61 23.62 31.75 -
YUV 136.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 188 108 150 0 0.43 0.20 0.26 328.5 0.37 0.58
Hex BC 6C 96 0 2B 14 1A 148 25 3A
Octal 274 154 226 0 53 24 32 510 45 72
Binary 10111100 1101100 10010110 0 101011 10100 11010 101001000 100101 111010

Color Harmonies of #BC6C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C96

Black with #BC6C96

Text Example


Text Example

White with #BC6C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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