Html Css Color HEX #BC6B8F Hopbush

📋 copy color: '#BC6B8F'

red 188 ◦ green 107 ◦ blue 143

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

Shades of Hopbush #BC6B8F

Tints of Hopbush #BC6B8F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.43%

 BLUE value IS 143 (56.25% from 255) = 32.65%

R = 42.92%
G = 24.43%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC6B8F (or 0xBC6B8F) is known color: Hopbush. HEX triplet: BC, 6B and 8F. RGB value is (188,107,143). Sum of RGB (Red+Green+Blue) = 188+107+143=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B8F is #439470. Grayscale: #878787. Windows color (decimal): -4428913 or 9399228. OLE color: 9399228.

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

Color convert

RGB 188 107 143 -
CMYK 0 0.43 0.24 0.26
HSL 333.33º 0.38% 0.58% -
HSV(B) 333.33º 0.43% 0.74% -
XYZ 30.95 23.19 28.83 -
YUV 135.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 188 107 143 0 0.43 0.24 0.26 333.33 0.38 0.58
Hex BC 6B 8F 0 2B 18 1A 14D 26 3A
Octal 274 153 217 0 53 30 32 515 46 72
Binary 10111100 1101011 10001111 0 101011 11000 11010 101001101 100110 111010

Color Harmonies of #BC6B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B8F

Black with #BC6B8F

Text Example


Text Example

White with #BC6B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B8F; }

 p { color: rgb(188,107,143); }

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

background-color css

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

 a { background-color: rgb(188,107,143); }

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

border-color css

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

 span { border-color: rgb(188,107,143); }

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