Html Css Color HEX #BC648F Hopbush

📋 copy color: '#BC648F'

red 188 ◦ green 100 ◦ blue 143

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

Shades of Hopbush #BC648F

Tints of Hopbush #BC648F

RGB

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

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

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

R = 43.62%
G = 23.2%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC648F (or 0xBC648F) is known color: Hopbush. HEX triplet: BC, 64 and 8F. RGB value is (188,100,143). Sum of RGB (Red+Green+Blue) = 188+100+143=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC648F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC648F is #439B70. Grayscale: #838383. Windows color (decimal): -4430705 or 9397436. OLE color: 9397436.

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

Color convert

RGB 188 100 143 -
CMYK 0 0.47 0.24 0.26
HSL 330.68º 0.4% 0.56% -
HSV(B) 330.68º 0.47% 0.74% -
XYZ 30.25 21.79 28.6 -
YUV 131.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 188 100 143 0 0.47 0.24 0.26 330.68 0.4 0.56
Hex BC 64 8F 0 2F 18 1A 14B 28 38
Octal 274 144 217 0 57 30 32 513 50 70
Binary 10111100 1100100 10001111 0 101111 11000 11010 101001011 101000 111000

Color Harmonies of #BC648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC648F

Black with #BC648F

Text Example


Text Example

White with #BC648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC648F; }

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

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

background-color css

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

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

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

border-color css

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

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

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